/* TrackCars auth pages — extends Gentelella _auth.scss */

.auth-card--wide {
  max-width: 440px;
}

.auth-submit-btn {
  width: 100%;
  justify-content: center;
  height: 38px;
}

.auth-alert {
  padding: 10px 12px;
  border-radius: var(--radius, 6px);
  font-size: 12.5px;
  line-height: 1.45;
  margin-bottom: 16px;
}

.auth-alert-list {
  margin: 0;
  padding-left: 18px;
}

.auth-alert-danger {
  background: var(--red-lt);
  color: var(--red);
  border: 1px solid color-mix(in srgb, var(--red) 25%, transparent);
}

.auth-alert-success {
  background: var(--green-lt);
  color: var(--green);
  border: 1px solid color-mix(in srgb, var(--green) 25%, transparent);
}

.auth-alert-info {
  background: var(--blue-lt);
  color: var(--blue);
  border: 1px solid color-mix(in srgb, var(--blue) 25%, transparent);
}

.auth-alert-info strong {
  color: inherit;
}

.auth-card .form-control:disabled,
.auth-card .form-control[readonly] {
  opacity: 0.75;
  cursor: not-allowed;
}

.auth-card select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.auth-card .auth-actions--start {
  justify-content: flex-start;
}

.auth-card .auth-footer .btn {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.auth-card .auth-footer-link {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 12.5px;
  color: var(--text-muted);
}

.auth-card .auth-footer-link a {
  color: var(--primary);
  font-weight: var(--font-weight-medium, 500);
  text-decoration: none;
}

.auth-card .auth-footer-link a:hover {
  text-decoration: underline;
}

.auth-back-wrap {
  text-align: center;
  margin-top: 4px;
}

.auth-back-btn {
  display: inline-flex !important;
  justify-content: center;
  min-width: 180px;
}

.auth-success .success-desc a.btn {
  display: inline-flex;
  justify-content: center;
  margin-top: 12px;
  width: auto;
  min-width: 160px;
}
