@import url('./login.css');
/* Register-specific overrides */
.auth-card { max-height: calc(100vh - 40px); overflow-y: auto; }
.auth-card::-webkit-scrollbar { width: 4px; }
.auth-card::-webkit-scrollbar-thumb { background: rgba(139,92,246,0.3); border-radius: 4px; }
