html {
    font-size: 10px !important;
    font-family: Inter,sans-serif !important;
}


body {
    background-color: rgba(10,87,132,1);
}

.login {
background-image: rgba(10,87,132,1);
background-image: -moz-linear-gradient(45deg, rgba(10,87,132,1) 0%, rgba(58,149,201,1) 75%, rgba(121,196,237,1) 100%);
background-image: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(10,87,132,1)), color-stop(75%, rgba(58,149,201,1)), color-stop(100%, rgba(121,196,237,1)));
background-image: -webkit-linear-gradient(45deg, rgba(10,87,132,1) 0%, rgba(58,149,201,1) 75%, rgba(121,196,237,1) 100%);
background-image: -o-linear-gradient(45deg, rgba(10,87,132,1) 0%, rgba(58,149,201,1) 75%, rgba(121,196,237,1) 100%);
background-image: -ms-linear-gradient(45deg, rgba(10,87,132,1) 0%, rgba(58,149,201,1) 75%, rgba(121,196,237,1) 100%);
background-image: linear-gradient(45deg, rgba(10,87,132,1) 0%, rgba(58,149,201,1) 75%, rgba(121,196,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5784', endColorstr='#79c4ed', GradientType=1 );
}

.logo-img {    
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.up-bg-white {
    background-color: white;
}

.text-gray2 {
    color: rgba(107,114,128);
}

.text-gray8 {
    color: rgba(156,163,175,1);
}

.footer {    
    background-image: url(../img/footer.png) !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.footer h3{
    margin-top: 0;
}
 
.login .logo2 {
    padding-top: 10px;
    text-align: center;
    margin-bottom: 50px;
    width: 400px;
    margin: 20px auto 40px auto;
} .login .content {
  width: 400px;
  margin: 125px auto 40px auto;
  height: 100%;

} .login .form-title {
  margin-bottom: 20px;
} .login .form-title {
  color: #edf4f8;
  font-size: 19px;
  font-weight: 400 !important;
} .login .form-subtitle {
  color: #c9dce9;
  font-size: 17px;
  font-weight: 300 !important;
  padding-left: 10px;
} .login .content h4 {
  color: #555;
} .login .content .hint {
  color: #b7d1e2;
  padding: 0;
  font-size: 14px;
  margin: 15px 0 7px 0;
} .login .content .login-form, .login .content .forget-form {
  padding: 0px;
  margin: 0px;
} .login .content .form-control {
    border: none;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.21);
    height: 43px;
    color: rgba(255, 255, 255, 0.78);
} .login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #83b8db;
} .login .content .form-control::-moz-placeholder {
  color: #d9ecf9;
  opacity: 1;
} .login .content .form-control:-ms-input-placeholder {
  color: #d9ecf9;
} .login .content .form-control::-webkit-input-placeholder {
  color: #d9ecf9;
} .login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
} .login .content .forget-form {
  display: none;
} .login .content .register-form {
  display: none;
} .login .content .form-title {
  font-weight: 300;
  margin-bottom: 10px;
} .login .content .form-actions {
  clear: both;
  border: 0px;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
} .form-actions .forget-password-block {
  padding-top: 7px;
} .login-options {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #69a0c4;
  border-bottom: 1px solid #69a0c4;
} .login-options h4 {
  margin-top: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #b7d1e2 !important;
} .login .forget-password {
  font-size: 14px;
} .login-options .social-icons {
  float: right;
  padding-top: 3px;
} .login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
} .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: 0px;
} .login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
} .login .content .form-actions .btn {
  margin-top: 1px;
} .login .btn-primary {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #FFFFFF;
    font-weight: 600;
    padding: 10px 25px !important;
} .login .btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
} .login .btn-default {
  background-color: #5995bb;
  border: 1px solid #72a9cc;
  color: #8fc4e5;
  font-weight: 600;
  padding: 10px 25px !important;
} .login .btn-default:hover {
  border: 1px solid #90bbd7;
  background-color: #5995bb;
  color: #8fc4e5;
} .login .content .forget-password {
  color: #d7eaf7;
  font-size: 15px;
} .login .content .rememberme {
  margin-top: 8px;
} .login .content .check {
  color: #c9dce9 !important;
} .login .content .create-account {
  text-align: center;
  margin-top: 20px;
} .login .content .create-account p a {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
} .login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}
    /* footer copyright */
    .login .copyright {
  text-align: center;
  margin: 10px auto 30px 0;
  padding: 10px;
  color: #c9dce9;
  font-size: 13px;
} @media (max-width: 1400px) {
  .login .logo {
    margin-top: 0px;
  }
    .content-body {
        height: calc(62vh / var(--zoom, 1));
    }
} @media (max-width: 480px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 0px;
        padding: 0px;
    }

    .login .content {
        width: 245px;
    }

    .login .content h3 {
        font-size: 22px;
    }

    .login .checkbox {
        font-size: 13px;
    }
} .login {
    animation:fadein 1s;
    height: var(--vh, 100vh);
} .logo {
    animation: fadein 3s;
} #input-user {
    animation: moveandfade 1s;
} .form-subtitle {
    animation: moveandfade 1s;
} #input-pass {
    animation-delay: 1s;
    animation: moveandfade 1s;
} #button-login {
    animation-delay: 2s;
    animation: moveandfade 1s;
} @keyframes fadein { from { opacity: 0;} to { opacity: 1; }} @keyframes moveandfade { from { opacity: 0; padding-top:15px;} to { opacity: 1; padding-top: 0px; }} .password-tip, .password-tip-repeat {
    float: right;
    font-size: 1.4rem;
    color: white;
}