/* ============================================
   Auth Page Styles (Login)
   ============================================ */

/* === Auth Logo === */
.auth-logo {
  height: 82px;
  margin-bottom: 24px;
}

/* === Password Field Wrapper === */
.password-field {
  position: relative;
}

/* === Password Toggle Button === */
.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.password-toggle:hover {
  color: var(--text-secondary);
}

/* === Sign In Button Link Reset === */
.btn--signin {
  text-decoration: none;
}

/* === Auth Help Text === */
.auth-help-text {
  text-align: center;
}

/* === Full Image Hero Panel === */

/* Subtle bottom gradient for text readability */

/* Content pinned to bottom */

/* Tagline */

/* Powered by */
