/* Auth Form */

.auth-form {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}

/* Tabs */
.auth-form__tab:hover {
  color: #F97316 !important;
}

.auth-form__tab--active {
  color: #F97316 !important;
  border-bottom-color: #F97316 !important;
}

/* Inputs */
.auth-form__form input:focus {
  border-left-color: #F97316 !important;
  background-color: #FFF7ED !important;
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.15);
}

/* Submit button */
.auth-form__btn:hover {
  background: #EA580C !important;
}

.auth-form__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
}

/* Messages */
.auth-form__message--error {
  background: #fdf2f2 !important;
  color: #BE123C !important;
  display: block !important;
}

.auth-form__message--success {
  background: #f0fdf4 !important;
  color: #166534 !important;
  display: block !important;
}
