/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */
.login {
  background-color: #666 !important; }

.login .logo {
  margin: 60px auto 20px auto;
  padding: 15px;
  text-align: center; }

.login .content {
  background: url(../../img/pages/bg-white-lock.png) repeat;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

.login .content h2,
.login .content h3,
.login .content h4 {
  color: #eee;
  margin: 0;
}

.login .content p,
.login .content label {
  color: #fff; }

/* Okta Login Form */
.okta-form-input-error {
  background-color: #b94a48;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.primary-auth-form .okta-form-label {
  margin-top: 1.5rem;
}

.primary-auth-form input[type="text"],
.forgot-password input[type="text"],
.password-expired input[type="text"],
.password-expired input[type="password"],
.primary-auth-form input[type="password"] {
  border: none;
  padding: 0.5rem;
  width: 100%;
}

.primary-auth-form .o-form-input-name-remember {
  display: block;
  margin-top: 1rem;
}

.primary-auth-form .o-form-input-name-remember .custom-checkbox {
  align-items: center;
  display: flex;
}

.primary-auth-form .o-form-input-name-remember .custom-checkbox input[type="checkbox"] {
  margin: 0 0.5rem 0 0;
}

.primary-auth-form .o-form-input-name-remember .custom-checkbox label {
  margin-bottom: 0;
}

.primary-auth-form .button-primary {
  border: none;
  margin: 1rem 0;
  padding: 1rem;
  text-transform: uppercase;
}

.auth-footer .link {
  color: #eee;
  display: block;
  font-size: 12px;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.auth-footer .help-links {
  list-style: none;
  padding-left: 0.5rem;
}

.auth-footer .help-links .link {
  text-decoration: none;
}

.auth-footer .help-links .link:hover {
  text-decoration: underline;
}

.forgot-password .o-form-fieldset-container {
  margin: 1.5rem 0 0.5rem;
}

.forgot-password .button-primary,
.password-expired .button-primary {
  background: #fff;
  color: #333;
  display: inline-block;
  padding: 1rem;
  margin: 1rem 0;
  text-transform: uppercase;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #eee;
  font-size: 13px; }

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px; }
  .login .content {
    padding: 30px;
    width: 222px; }
  .login .content h3 {
    font-size: 22px; }
  .login .checkbox {
    font-size: 13px; } }
