@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Lora:400,400i);

body {
  font-family: 'Open Sans', sans-serif;
  color: #1E2E4D;
  line-height: 19px;
  font-size: 14px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 { color: #1E2E4D; }

h1 {
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 45px;
  font-size: 24px;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
}

h3 {
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 21px;
  font-size: 18px;
}

h4 {
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 16px;
  font-size: 14px;
}

h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 17px;
  font-size: 14px;
}

h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  font-size: 10px;
}

.title {
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 2rem;
  color: #1E2E4D;
}

.title i {
  vertical-align: baseline;
  color: #D8232A;
  margin-right: 12px;
  font-size: 24px;
}

a:link, a:active, a:visited { color: #3A5894; text-decoration: none; }
a:hover { color: #691D21; text-decoration: underline; }

.hidden {
  display: none;
}

.button {
  font-weight: bold;
}

.button.success, .button.success:focus {
  color: white !important;
}

a.button:visited, a.button:active, a.button:link {
  color: white;
}

.fa {
  font-family: 'Font Awesome 5 Regular';
  font-weight: 400;
  z-index: 99;
}

.fas {
  z-index: 99;
}

body {
  display: flex;
  align-items: center;
  height: 100vh;
  background-image: url("../img/login/bg_login.84526543c0dc.png");
  background-size: 100% 100%;
}

.login {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.login .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login .callout.alert {
  color: #1E2E4D;
  background-color: #EDE5E3;
  border-style: solid;
  border-width: 1px;
  border-color: #D8232A;
}

.login .slogan {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #D8232A;
  margin-top: 17px;
  margin-bottom: 23px;
}

.login .input-box {
  margin-left: 0;
  position: relative;
}

.login .input-box input {
  text-indent: 32px;
  height: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #8A8B8A;
}
.login .input-box .fa-user {
  position: relative;
  top: 24px;
  left: 8px;
}
.login .input-box .fa-key {
  position: relative;
  top: 24px;
  left: 8px;
}
.login .input-box .fa-envelope {
  position: relative;
  top: 24px;
  left: 8px;
}

.login .text-forgot-password {
  margin-top: 0;
}

.login .login-form-bottom {
  display: block;
  margin-top: 20px;
}

.login .login-form-bottom .login-button {
  display: inline-block;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fefefe;
  background: #1E2E4D;
  font-weight: bold;
  width: 130px;
  height: 43px;
  vertical-align: initial;
}

.login .login-form-bottom .text-sign-up {
  display: inline-block;
  color: #E38C8D;
  font-weight: bold;
  width: 130px;
  padding: 12.240px 14.4px 12.24px 14.4px;
  margin-bottom: 16px;
  text-align: center;
}
