/* ============================================================================
   TryTons — Login page (Green-Gold redesign)
   Shared auth-page components (field rows, alerts, hero panel structure,
   header block) live in theme.css now that register.jsp reuses them too.
   This file only holds what's login-specific: the "remember me" checkbox
   and this page's own hero photo.
   ========================================================================== */

body.login-page {
  font-size: 0.9rem;
}

/* ---------- Checkbox (login only — register has none) ------------------------ */
.login-check {
  width: 16px;
  height: 16px;
  accent-color: var(--gold);
  background: transparent;
  border: 1px solid #4a6355;
  border-radius: 3px;
}

.login-check-label {
  color: var(--silver-dim);
  font-size: 0.82rem;
}

/* ---------- This page's hero photo -------------------------------------------- */
.login-visual-bg {
  background-image: linear-gradient(170deg, rgba(12, 23, 18, .92) 0%, rgba(12, 23, 18, .78) 45%, rgba(12, 23, 18, .95) 100%),
                     url("../images/login-page-image.jpg");
}
