body { background: #f3f5f7; }
.auth-wrapper { min-height: 100vh; display: flex; align-items: center; }
.login-card { background: #ffffff; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.side-image-wrapper { display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#1b1e24,#343a40); border-radius:12px; position:relative; overflow:hidden; }
.side-image-wrapper img { max-width:50%; height:auto; object-fit:contain; filter:drop-shadow(0 6px 12px rgba(0,0,0,.35)); }
.login-card h3 { font-weight:600; }
@media (max-width: 992px){ .side-image-wrapper{ display:none; } }
