.rounded-10 {
  border-radius: 10px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.bg-yellow {
  background-color: #f9ba00 !important;
}

.bg-grey-78 {
  background-color: #777778 !important;
  color: #fff !important;
}

.bg-dark-grey {
  background: #dbdbdb;
}

.bg-blue {
  background-color: #005cc7 !important;
  color: #fff !important;
}

.text-blue {
  color: #005cc7 !important;
}

.bg-grey,
.bg-grey:focus,
.bg-grey:hover {
  background-color: #eeeef0;
}

.bg-lite-red {
  background: #db5050;
  color: white !important;
}

.bg-dark-yellow {
  background-color: #f7bb33 !important;
  color: white !important;
}

.bg-red {
  background-color: #fe2d2d !important;
  color: white !important;
}

.bg-danger {
  background-color: #fa3434 !important;
}

.border-b-yellow-3px {
  border-bottom: 3px solid #f7bb33;
}

.btn-light-yellow {
  background-color: #ffebbd;
  border: 1px solid #f7bb33;
}

.bg-light-blue {
  background-color: #e7f0ff !important;
}

.login {
  min-height: 100vh;
  background: linear-gradient(0deg, rgba(70, 70, 70, 0.712), rgba(0, 0, 0, 0.616)), url("../images/logo-bg.png");
  background-position: top;
}
.login .login-logo {
  max-height: 220px;
  background-repeat: no-repeat;
}
.login .login-logo .logo {
  width: 150px;
}
.login .login-form .form {
  border-radius: 20px;
  background-color: #075ab9;
}
.login .login-form .form .login-btn {
  box-shadow: 1px 1px 4px #000 !important;
  border: none;
}
.login .login-form .form #togglePassword {
  position: absolute;
  right: 20px;
  bottom: 23px;
}

@media (min-width: 764px) {
  .login .login-logo {
    min-height: 100vh;
    background: linear-gradient(0deg, rgba(70, 70, 70, 0.712), rgba(0, 0, 0, 0.616)), url("../images/logo-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .login .login-logo .logo {
    width: 25%;
  }
  .login .login-form {
    background-color: #0a79fa;
  }
}/*# sourceMappingURL=login.css.map */