.login-page-wrapper{min-height:100vh;position:relative;overflow:hidden}.login-bg-image{position:fixed;top:0;left:0;width:100%;height:100%;background-size:50px 50px;z-index:-2}.login-bg-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:-1}.login-card{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;animation:authFadeInUp 0.6s ease-out}@keyframes authFadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-logo{max-height:60px}.login-card .card-header{background:var(--bs-secondary);border:none}@media (max-width:768px){.login-logo{max-height:50px}}