@font-face {
  font-family: 'Metropolis';
  src: url('../../fonts/metropolis/Metropolis-Regular.otf') format('opentype');
}
* {
  font-family: 'Metropolis', sans-serif;
}
#containerLogin,
#containerResetPassword {
  width: 100%;
  height: 100%;
  background-image: url('../../img/login/login-system.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login .logo {
  margin: 60px auto 0;
  padding: 15px;
  text-align: center;
}
.login .content {
  width: 410px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin: 50px 84px 97px;
  color: #003080;
}
.login .content h3 {
  color: #4db3a5;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important;
}
.login .content h4 {
  color: #555;
}
.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px;
}
.login .content .forget-form,
.login .content .login-form {
  padding: 0;
  margin: 0;
}
.login .content .form-control {
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}
.login .content .form-control:active,
.login .content .form-control:focus {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}
.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}
.login .content .forget-form,
.login .content .register-form {
  display: none;
}
.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}
.login .content .form-actions {
  clear: both;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.login .content .form-actions > .btn {
  margin-top: -2px;
}
.login-options {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}
.login-options .social-icons {
  float: right;
  padding-top: 3px;
}
.login-options .social-icons li a {
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}
.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.login .content .form-actions .btn {
  margin-top: 1px;
  font-weight: 600;
  padding: 10px 20px !important;
}
.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #fff;
  border: none;
}
.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}
.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
  color: #003080;
}
.login .content .check {
  color: #003080;
}
.login .content .rememberme {
  margin-left: 8px;
}
.login .content .create-account {
  margin: 0 -40px -30px;
  padding: 15px 0 17px;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.login .content .create-account > p {
  margin: 0;
}
.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}
.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

.login .content h3 {
  color: #fff;
}

.login .content .logo-img {
  margin-bottom: 45px;
  margin-top: 45px;
  width: 280px;
}

.login .content .form-actions {
  border-bottom: none;
}

.login .content .text-input {
  font-size: 1.50rem;
  background: transparent;
  border: none;
  border-bottom: 1px #99E6E3 solid;
  float: right;
  width: 70%;
  color: black;
}

.login .content .text-input:focus {
  outline: none;
}

.login .content .label-form {
  /* font-family: 'Metropolis'; */
  font-size: 1.50rem;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-right: 10px;
}

.login .content .form-actions {
  padding: 25px 25px;
}

.login .content .form-actions .forget-password {
  font-weight: bold;
  margin-top: 0px;
}

.login .content .button-container {
  text-align: center;
}

.login .content .btn {
  background: #539af7 !important;
  border-radius: 10px !important;
}
.login .content .btn.btn-green {
  background: #ebebeb !important;
  color: #000 !important;
}
.login .content .btn span {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}

.white-text {
  color: #fff !important;
}

#recoverForm .form-group {
  margin: 50px 0;
}
.mt-checkbox span {
  border: 1px solid #99E6E3 !important;
  border-radius: 5px;
  background: #99E6E3 !important;
}
.login .content .form-actions .rememberme span::after {
  border: solid #000000;
  border-width: 0 2px 2px 0;
}

.footer-container {
  padding: 8rem;
  background: transparent linear-gradient(60deg, #003080 0%, #00C2BA 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 1.5rem;
}
.footer-container div > img {
  width: 70px;
  height: 60px;
}
.footer-container .text-login-container {
  width: 45rem;
}
.login .content .forget-form p {
  font-size: 1.3rem;
}

@media (min-width: 1400px) {
  #containerLogin,
  #containerResetPassword {
    height: 100vh;
  }
  .login .content {
    margin: 18px 20px 29px;
  }
  .footer-container .text-login-container {
    width: 60rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .login .content {
    margin: 18px 24px 29px;
    max-width: 400px;
  }
  .login .content .forget-form {
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .login .content {
    margin: 11px 202px 11px;
    max-width: 400px;
  }
}
@media (max-width: 440px) {
  .login .content {
    margin: 50px 10px 97px;
  }
  .login .content .logo-img {
    margin-bottom: 45px;
    width: 200px;
  }
  .login .content,
  .login .logo {
    margin-top: 10px;
  }
  .login .content {
    width: 280px;
  }
  .login .content h3 {
    font-size: 22px;
  }
  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }
  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }
  .login .checkbox {
    font-size: 13px;
  }
  .footer-container {
    padding: 1rem;
  }
}
