#login-form {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  float: none;
}

#login-form .container-fluid {
  background-color: transparent !important;
  padding-top: 0;
  padding-bottom: 0;
}

#login-form .login-title {
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 120px !important;
  text-wrap: balance;
}

#login-form .col-md-12 {
  padding: 0;
}

#login-form .input-group {
  margin-bottom: 16px;
}

#login-form .btns-bottom {
  margin-top: 48px;
}

#login-form .forgot-password-link {
  margin-top: 32px;
  padding: 0;
  color: #000051;
  font-size: 18px;
  text-decoration: underline;
}

#login-form .panel.panel-warning {
  margin-top: 32px;
}

#login-form .form-control,
.forgot-password .form-control {
  border: none;
  box-shadow: none;
  font-size: 16px;
}

#login-form .btn-success {
  background-color: var(--color-01) !important;
  color: var(--color-00) !important;
}

#login-form .btn-success:hover {
  background-color: var(--color-09) !important;
  color: var(--color-01) !important;
}

/* Forgot Password */
.forgot-password {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  float: none;
}

.forgot-password .panel {
  border: none;
  background-color: var(--color-02);
}

.forgot-password .forgot-password-form-title {
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 120px !important;
  text-wrap: balance;
}

.forgot-password .forgot-password-instructions,
.forgot-password-sent {
  font-size: 20px;
  color: var(--color-01);
}

.forgot-password .forgot-password-instructions {
  margin-bottom: 16px;
}

.forgot-password .forgot-password-form-send-button {
  margin-top: 32px;
}

@media (min-width: 768px) {
  #login-form .form-horizontal > .panel,
  .forgot-password .panel {
    padding: 64px;
  }
}
