﻿* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Raleway', sans-serif;
  background-color: #fbfbfb; }

.login-screen {
  padding: 60px 15px 40px;
  width: 100%; }
  .login-screen .alert {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    max-width: 320px;
    margin: 0 auto 30px; }
  .login-screen__logo {
    display: block;
    margin: 0 auto 50px; }
  .login-screen .form-group {
    margin-bottom: 10px; }
  .login-screen__title {
    text-align: center;
    color: #2a367b;
    font-weight: 300;
    font-size: 32px;
    margin: 0 0 35px; }
  .login-screen p {
    font-weight: 300;
    text-align: center;
    margin-top: 60px; }
  .login-screen__form {
    margin: 0 auto;
    background-color: #fff;
    max-width: 320px;
    padding: 45px 30px 0;
    border-radius: 6px;
    position: relative;
    height: 320px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
    .login-screen__form--alt {
      text-align: center;
      height: 300px; }
      .login-screen__form--alt .login-screen__form__item {
        margin-top: 15px;
        text-align: center; }
    .login-screen__form__item {
      height: 48px;
      border: none;
      padding: 12px 2px;
      outline: none;
      box-shadow: none;
      border-radius: 0;
      color: #181818;
      font-size: 16px;
      font-weight: 300;
      font-family: Raleway;
      border-bottom: 1px solid #f2f2f2;
      width: 100%; }
      .login-screen__form__item.parsley-error {
        border-color: rgba(220, 53, 69, 0.6);
        -webkit-box-shadow: none;
        box-shadow: none; }
    .login-screen__form__button {
      display: block;
      width: 100%;
      height: 50px;
      background-color: #2a367b;
      border-radius: 5px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      border: none;
      position: absolute;
      bottom: -25px;
      left: 0;
      right: 0;
      width: calc(100% - 60px);
      margin: 0 auto;
      cursor: pointer; }
      .login-screen__form__button:hover {
        transition: all .9s ease;
        background-color: #3747a1; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }
