/* ==========================================================
   EMIS CBT ADMIN LOGIN — Modern Redesign
   No Tailwind required. No inline CSS.
========================================================== */

:root {
  --primary: #0f2b46;
  --primary-dark: #081a2b;
  --accent: #e11d48;
  --bg-soft: #f8fafc;
  --white: #ffffff;

  --text-dark: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --border: #e2e8f0;

  --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 22px 60px rgba(15, 23, 42, 0.16);
  --shadow-lg: 0 35px 90px rgba(8, 26, 43, 0.28);

  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;

  --transition: 240ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg-soft);
  color: var(--text-dark);
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.hidden {
  display: none !important;
}


/* ==========================================================
   PAGE LAYOUT
========================================================== */

.login-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(420px, 0.85fr);
  background:
    radial-gradient(circle at 85% 10%, rgba(225, 29, 72, 0.08), transparent 30%),
    radial-gradient(circle at 30% 85%, rgba(15, 43, 70, 0.10), transparent 35%),
    var(--bg-soft);
}


/* ==========================================================
   LEFT SHOWCASE
========================================================== */

.login-showcase {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(8, 26, 43, 0.92), rgba(15, 43, 70, 0.78)),
    url("../images/school2.JPG") center/cover no-repeat;
}

.login-showcase::before,
.login-showcase::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.login-showcase::before {
  width: 360px;
  height: 360px;
  left: -130px;
  top: -120px;
  background: rgba(225, 29, 72, 0.22);
}

.login-showcase::after {
  width: 320px;
  height: 320px;
  right: -90px;
  bottom: -90px;
  background: rgba(255, 255, 255, 0.12);
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 26, 43, 0.1), rgba(8, 26, 43, 0.72)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 16px
    );
}

.showcase-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
}

.brand-chip {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--white);
  text-decoration: none;
}

.brand-chip img {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.brand-chip span {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.showcase-text {
  max-width: 720px;
}

.eyebrow {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-text h1 {
  max-width: 760px;
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.showcase-text p {
  max-width: 620px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}

.showcase-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
  font-size: 0.85rem;
  font-weight: 800;
}

.feature-pill i {
  color: var(--white);
}


/* ==========================================================
   RIGHT AUTH PANEL
========================================================== */

.login-auth {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2.2rem;
  position: relative;
}

.login-auth::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.55));
  border: 1px solid rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

.auth-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  padding: 2rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  animation: cardEnter 600ms ease both;
}

@keyframes cardEnter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.auth-header {
  text-align: center;
}

.auth-logo-wrap {
  width: 88px;
  height: 88px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.auth-logo-wrap img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 20px;
}

.auth-kicker {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-header h2 {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  color: var(--primary-dark);
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.auth-header p {
  max-width: 340px;
  margin: 0.6rem auto 0;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}


/* ==========================================================
   SECURITY STRIP
========================================================== */

.security-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.35rem 0;
}

.security-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.65rem;
  border-radius: 15px;
  background: rgba(15, 43, 70, 0.06);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
}

.security-strip i {
  color: var(--accent);
}


/* ==========================================================
   ERROR BOX
========================================================== */

.error-box {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 0.9rem;
  border-radius: 16px;
  background: rgba(225, 29, 72, 0.08);
  border: 1px solid rgba(225, 29, 72, 0.18);
  color: var(--accent);
  animation: errorEnter 300ms ease both;
}

@keyframes errorEnter {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error-box i {
  margin-top: 0.18rem;
}

.error-box strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 950;
}

.error-box span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.82rem;
  font-weight: 700;
}


/* ==========================================================
   FORM
========================================================== */

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--primary-dark);
  font-size: 0.85rem;
  font-weight: 900;
}

.input-box {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 1rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  pointer-events: none;
  transition: color var(--transition);
}

.input-box input {
  width: 100%;
  height: 52px;
  padding: 0 3rem 0 2.75rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--text-dark);
  font-size: 0.94rem;
  font-weight: 750;
  outline: none;
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.input-box input::placeholder {
  color: var(--text-soft);
  font-weight: 650;
}

.input-box:focus-within .input-icon {
  color: var(--accent);
}

.input-box input:focus {
  border-color: rgba(225, 29, 72, 0.45);
  box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.10);
}

.toggle-password {
  position: absolute;
  right: 0.65rem;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--text-soft);
  transition:
    background var(--transition),
    color var(--transition);
}

.toggle-password:hover {
  background: rgba(15, 43, 70, 0.06);
  color: var(--accent);
}

.form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.remember-row {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 750;
  cursor: pointer;
}

.remember-row input {
  width: 15px;
  height: 15px;
  accent-color: var(--accent);
}

.secure-note {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
}


/* ==========================================================
   LOGIN BUTTON
========================================================== */

.login-button {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary), var(--accent));
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(15, 43, 70, 0.24);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    filter var(--transition);
}

.login-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(15, 43, 70, 0.30);
  filter: saturate(1.08);
}

.login-button:active {
  transform: translateY(0) scale(0.99);
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.auth-footer {
  margin-top: 1.25rem;
  text-align: center;
}

.auth-footer p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 650;
}

.auth-footer strong {
  color: var(--primary-dark);
}

.mobile-support-note {
  position: relative;
  z-index: 2;
  display: none;
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.mobile-support-note i {
  color: var(--accent);
}


/* ==========================================================
   LOADER
========================================================== */

.btn-loader {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
}

.btn-loader .outer-circle,
.btn-loader .inner-circle,
.dynamic-loader .outer-circle,
.dynamic-loader .inner-circle {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  animation: spin 900ms linear infinite;
}

.btn-loader .outer-circle {
  width: 26px;
  height: 26px;
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0.35);
  border-top-color: var(--white);
}

.btn-loader .inner-circle {
  width: 14px;
  height: 14px;
  border-width: 2px;
  border-color: transparent;
  border-bottom-color: var(--white);
  animation-direction: reverse;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(8, 26, 43, 0.70);
  backdrop-filter: blur(10px);
}

.loading-box {
  width: min(88vw, 280px);
  min-height: 190px;
  display: grid;
  place-items: center;
  padding: 2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-lg);
}

.dynamic-loader {
  position: relative;
  width: 76px;
  height: 76px;
}

.dynamic-loader .outer-circle {
  width: 76px;
  height: 76px;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0.18);
  border-top-color: var(--white);
  border-right-color: var(--accent);
}

.dynamic-loader .inner-circle {
  width: 42px;
  height: 42px;
  border-width: 4px;
  border-color: transparent;
  border-bottom-color: var(--white);
  border-left-color: var(--accent);
  animation-direction: reverse;
}

.loading-box p {
  margin: 1rem 0 0;
  font-weight: 900;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1050px) {
  .login-page {
    grid-template-columns: 1fr;
  }

  .login-showcase {
    min-height: auto;
  }

  .showcase-content {
    min-height: 390px;
    padding: 2rem;
  }

  .showcase-text h1 {
    font-size: clamp(2.1rem, 7vw, 3.4rem);
  }

  .login-auth {
    min-height: auto;
    padding: 2rem 1.2rem 2.4rem;
  }

  .login-auth::before {
    inset: 0.8rem;
  }

  .mobile-support-note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
  }
}

@media (max-width: 640px) {
  .showcase-content {
    min-height: 330px;
    padding: 1.3rem;
  }

  .brand-chip img {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .brand-chip span {
    font-size: 1rem;
  }

  .showcase-text p {
    font-size: 0.94rem;
  }

  .showcase-features {
    display: none;
  }

  .login-auth {
    padding: 1rem;
  }

  .login-auth::before {
    display: none;
  }

  .auth-card {
    padding: 1.35rem;
    border-radius: 24px;
  }

  .auth-header h2 {
    font-size: 1.55rem;
  }

  .security-strip {
    grid-template-columns: 1fr;
  }

  .form-options {
    flex-direction: column;
    align-items: flex-start;
  }

  .input-box input {
    height: 50px;
  }
}

@media (max-width: 420px) {
  .showcase-content {
    min-height: 300px;
  }

  .eyebrow {
    font-size: 0.68rem;
  }

  .showcase-text h1 {
    font-size: 2rem;
  }

  .auth-logo-wrap {
    width: 78px;
    height: 78px;
    border-radius: 22px;
  }

  .auth-logo-wrap img {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }
}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(225, 29, 72, 0.35);
  outline-offset: 3px;
}




/* ==========================================================
   ADMIN LOGIN JS ENHANCEMENT PATCH
   Orbit loader, toast, caps warning, strength meter, shake
========================================================== */

.login-busy {
  cursor: wait;
}

.input-box.has-error input {
  border-color: rgba(225, 29, 72, 0.75);
  box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.12);
}

.input-box.is-focused {
  transform: translateY(-1px);
}

.input-box.has-value .input-icon {
  color: var(--primary);
}

.caps-warning {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.45rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
}

.password-strength {
  margin-top: 0.55rem;
}

.strength-track {
  width: 100%;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 43, 70, 0.10);
}

.strength-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transition: width 240ms ease, background 240ms ease;
}

.strength-text {
  display: block;
  margin-top: 0.25rem;
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.password-strength.good .strength-fill,
.password-strength.strong .strength-fill,
.password-strength.excellent .strength-fill {
  background: var(--primary);
}

.shake-card {
  animation: shakeCard 360ms ease both;
}

@keyframes shakeCard {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
}

.mini-hint {
  position: fixed;
  z-index: 10000;
  transform: translate(-50%, -100%);
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: var(--primary-dark);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  pointer-events: none;
  animation: miniHint 900ms ease both;
}

@keyframes miniHint {
  0% { opacity: 0; transform: translate(-50%, -80%); }
  20% { opacity: 1; transform: translate(-50%, -110%); }
  100% { opacity: 0; transform: translate(-50%, -130%); }
}

/* Toast */
.toast-container {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: min(380px, calc(100vw - 2rem));
}

.toast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(8, 26, 43, 0.96);
  color: #fff;
  box-shadow: 0 18px 45px rgba(8, 26, 43, 0.25);
  animation: toastIn 260ms ease both;
}

.toast.success {
  background: var(--primary);
}

.toast.error {
  background: var(--accent);
}

.toast button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.toast.is-leaving {
  animation: toastOut 250ms ease both;
}

@keyframes toastIn {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes toastOut {
  to { opacity: 0; transform: translateY(12px) scale(0.96); }
}

/* Orbit Loader */
.btn-loader,
.dynamic-loader {
  position: relative;
  display: inline-grid;
  place-items: center;
}

.btn-loader {
  width: 30px;
  height: 30px;
}

.dynamic-loader {
  width: 86px;
  height: 86px;
}

.btn-loader .outer-circle,
.btn-loader .inner-circle,
.dynamic-loader .outer-circle,
.dynamic-loader .inner-circle {
  position: absolute;
  border-radius: 50%;
  border: 0;
  animation: orbitSpin 1.05s linear infinite;
}

.btn-loader .outer-circle {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255,255,255,0.35);
}

.btn-loader .outer-circle::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.95);
  transform: translateX(-50%);
}

.btn-loader .inner-circle {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255,255,255,0.2);
  animation-direction: reverse;
  animation-duration: 850ms;
}

.btn-loader .inner-circle::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.dynamic-loader .outer-circle {
  width: 86px;
  height: 86px;
  border: 2px solid rgba(255,255,255,0.22);
}

.dynamic-loader .outer-circle::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 18px rgba(255,255,255,0.95),
    0 0 35px rgba(225,29,72,0.65);
  transform: translateX(-50%);
}

.dynamic-loader .inner-circle {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255,255,255,0.16);
  animation-direction: reverse;
  animation-duration: 850ms;
}

.dynamic-loader .inner-circle::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(225,29,72,0.85);
  transform: translateX(-50%);
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 640px) {
  .toast-container {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}









/* ==========================================================
   ADMIN LOGIN CLEAN MODERN PATCH
========================================================== */

body {
  background: #f5f8fc;
}

.login-page {
  grid-template-columns: 0.95fr 0.82fr;
}

.login-showcase {
  background:
    linear-gradient(135deg, rgba(8, 26, 43, 0.88), rgba(15, 43, 70, 0.78)),
    url("../images/school2.JPG") center/cover no-repeat;
}

.showcase-content {
  padding: 2.2rem 2.6rem;
}

.showcase-text {
  max-width: 610px;
}

.showcase-text h1 {
  max-width: 620px;
  font-size: clamp(2.4rem, 4.2vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.showcase-text p {
  max-width: 560px;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
}

.login-auth {
  padding: 2rem;
}

.auth-card {
  max-width: 430px;
  padding: 1.75rem;
  border-radius: 28px;
  box-shadow: 0 28px 75px rgba(8, 26, 43, 0.16);
}

.auth-logo-wrap {
  width: 76px;
  height: 76px;
  margin-bottom: 0.75rem;
}

.auth-logo-wrap img {
  width: 58px;
  height: 58px;
}

.auth-kicker {
  font-size: 0.72rem;
}

.auth-header h2 {
  color: #102a43;
  font-size: 1.55rem;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.auth-header p {
  max-width: 290px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.security-strip {
  margin: 1.1rem 0;
}

.security-strip div {
  min-height: 38px;
  font-size: 0.74rem;
  border-radius: 14px;
}

.login-form {
  gap: 0.85rem;
}

.form-group label {
  color: #102a43;
  font-size: 0.82rem;
  font-weight: 850;
}

.input-box input {
  height: 48px;
  border-radius: 15px;
  color: #102a43;
  font-size: 0.9rem;
  font-weight: 700;
}

.login-button {
  min-height: 50px;
  border-radius: 16px;
  font-size: 0.92rem;
}

.auth-footer p {
  font-size: 0.76rem;
}

@media (max-width: 1050px) {
  .login-page {
    grid-template-columns: 1fr;
  }

  .showcase-text h1 {
    font-size: 2.45rem;
  }
}

@media (max-width: 640px) {
  .showcase-text h1 {
    font-size: 2rem;
  }

  .showcase-text p {
    display: none;
  }

  .auth-card {
    max-width: 100%;
  }
}