/* Auth (login/signup) form structure and spacing */

.auth-form__header {
  border-bottom: none;
}

.auth-form__title {
  line-height: 1.3;
  color: var(--ct-dark, #252631);
}

.auth-form__subtitle {
  line-height: 1.45;
}

/* Form: consistent field spacing (crispy renders .mb-3 rows) */
.auth-form__fields .mb-3 {
  margin-bottom: 1rem !important;
}

.auth-form__fields .form-label {
  margin-bottom: 0.375rem;
  font-weight: 500;
  color: var(--ct-dark, #252631);
}

/* Password policy / help text: align with fields, readable spacing */
.auth-form .form-text {
  margin-top: 0.375rem;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--bs-secondary-color);
}

.auth-form .form-text ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.auth-form .form-text li + li {
  margin-top: 0.25rem;
}

/* Button block: full width, aligned with fields */
.auth-form__actions {
  border-top: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.08));
}

.auth-form__actions .btn {
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
