.auth-divider {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: #64748b;
  font-size: .82rem;
  margin: 1rem 0;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #cbd5e1;
}

.form-help {
  min-height: 1.35rem;
  color: #475569;
  font-size: .88rem;
}
