body.rs-auth-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,159,28,.13), transparent 34%),
    radial-gradient(circle at 88% 84%, rgba(255,183,77,.10), transparent 32%),
    linear-gradient(145deg, #0f1116 0%, #171a21 58%, #211a14 100%);
}
.rs-auth-page #header {
  min-height: 74px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(15,17,22,.88);
  box-shadow: 0 8px 30px rgba(0,0,0,.14);
}
.rs-auth-page .navbar { min-height: 74px; margin: 0; }
.rs-auth-page .navbar-brand { display: flex; min-height: 74px; align-items: center; }
.rs-auth-page .navbar-brand img { width: auto; max-height: 48px; }
.rs-auth-page #contact-info { min-height: calc(100vh - 84px); padding: clamp(36px,8vh,86px) 0; background: transparent !important; }
.rs-auth-page .card-container.card {
  position: relative;
  width: calc(100% - 28px);
  max-width: 430px;
  margin: 0 auto;
  padding: 40px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 20px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 24px 70px rgba(0,9,32,.35);
}
.rs-auth-page .card-container.card::before {
  position: absolute; inset: 0 0 auto; height: 4px;
  background: linear-gradient(90deg,#f78b12,#ffb347); content: "";
}
.rs-auth-page .profile-img-card {
  width: 82px; height: 82px; padding: 14px;
  border: 1px solid #f4d6b0; border-radius: 18px;
  background: #fff8ef; object-fit: contain;
}
.rs-auth-page .rs-auth-title {
  margin: 18px 0 6px !important; color: #031336 !important;
  font-size: 26px !important; font-weight: 750; letter-spacing: -.03em;
}
.rs-auth-page .rs-auth-subtitle { margin: 0 0 24px; color: #64748b; font-size: 14px; }
.rs-auth-page .form-signin .form-control {
  height: 48px !important; margin-bottom: 13px; padding: 11px 14px;
  border: 1px solid #dce1e8; border-radius: 9px; box-shadow: none;
  font-size: 15px !important;
}
.rs-auth-page .form-signin .form-control:focus {
  border-color: #f78b12; box-shadow: 0 0 0 3px rgba(247,139,18,.16);
}
.rs-auth-page .btn-yellow,
.rs-auth-page .btn.btn-signin {
  width: 100%; height: 48px; margin-top: 4px; border: 0; border-radius: 9px;
  color: #fff; background: linear-gradient(135deg,#f78b12,#ffad36);
  box-shadow: 0 8px 22px rgba(247,139,18,.28); cursor: pointer; font-size: 15px;
}
.rs-auth-page .btn-yellow:hover,
.rs-auth-page .btn.btn-signin:hover { color: #fff; background: linear-gradient(135deg,#e97900,#f3971c); }
.rs-auth-page .checkbox { margin: 4px 0 18px; color: #52627a; }
@media (max-width: 480px) {
  .rs-auth-page .card-container.card { padding: 30px 22px; border-radius: 16px; }
  .rs-auth-page .rs-auth-title { font-size: 23px !important; }
}
