@import url("./login.css");

/* ============================================================
   Forgot Password additions
   ============================================================ */

.auth-page--forgot .auth-bg__orb--one {
  background: rgba(251, 191, 36, 0.24);
}

.auth-page--forgot .auth-bg__orb--two {
  background: rgba(59, 130, 246, 0.28);
}

.auth-page--forgot .auth-badge span {
  background: #fbbf24;
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.72);
}

.auth-shell--compact {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.48fr);
}

.auth-page--forgot .auth-side {
  min-height: 520px;
}

.auth-page--forgot .auth-card {
  align-self: center;
}

.auth-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.auth-feature {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 12px 14px;
  border-radius: 20px;
  border: 1px solid rgba(147, 197, 253, 0.10);
  background: rgba(255, 255, 255, 0.035);
}

.auth-feature__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(251, 191, 36, 0.18), rgba(59, 130, 246, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: #fde68a;
  font-size: 18px;
  font-weight: 950;
}

.auth-feature strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.auth-feature span {
  display: block;
  margin-top: 4px;
  color: rgba(219, 234, 254, 0.66);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .auth-shell--compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .auth-feature {
    grid-template-columns: 1fr;
  }
}
