body.rs-auth-page {
  min-height: 100vh;
  background: radial-gradient(circle at 12% 10%, rgba(255,179,71,.18), transparent 30%), radial-gradient(circle at 90% 88%, rgba(247,144,30,.22), transparent 34%), linear-gradient(145deg, #111318 0%, #171a21 55%, #2b2117 100%);
}
.rs-auth-page #header {
  min-height: 74px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(17,19,24,.82);
  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(17,19,24,.35);
}
.rs-auth-page .card-container.card::before {
  position: absolute; inset: 0 0 auto; height: 4px;
  background: linear-gradient(90deg,#ffb347,#f7901e); content: "";
}
.rs-auth-page .profile-img-card {
  width: 82px; height: 82px; padding: 14px;
  border: 1px solid #ffe0b7; border-radius: 18px;
  background: #fff7ec; object-fit: contain;
}
.rs-auth-page .rs-auth-title {
  margin: 18px 0 6px !important; color: #171a21 !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 #d7e1ef; border-radius: 9px; box-shadow: none;
  font-size: 15px !important;
}
.rs-auth-page .form-signin .form-control:focus {
  border-color: #f7901e; box-shadow: 0 0 0 3px rgba(247,144,30,.14);
}
.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,#f7901e,#ffb347);
  box-shadow: 0 8px 20px rgba(247,144,30,.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,#ffb347,#df7410); }
.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; }
}
