body{background-color:#f8f8f9!important}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;position:relative;overflow:hidden}.auth-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 70%,#0d2c6d66,#0d2c6dcc);z-index:1}.shape{position:absolute;border-radius:50%;opacity:.2;z-index:0}.shape-1{width:400px;height:400px;background:#4a75d6;top:-150px;right:-100px;animation:float 15s ease-in-out infinite}.shape-2{width:300px;height:300px;background:#2a5cc7;bottom:-100px;left:-50px;animation:float 18s ease-in-out infinite reverse}.shape-3{width:200px;height:200px;background:#1a4fc4;top:40%;left:15%;animation:float 12s ease-in-out infinite}.shape-4{width:100px;height:100px;background:#0d2c6d;bottom:20%;right:20%;animation:float 10s ease-in-out infinite reverse}.shape-5{width:150px;height:150px;background:#0a2354;top:20%;right:30%;animation:float 14s ease-in-out infinite;opacity:.15}.shape-6{width:80px;height:80px;background:#071a3b;bottom:40%;left:30%;animation:float 8s ease-in-out infinite reverse;opacity:.15}.auth-content{position:relative;z-index:2;width:100%;max-width:500px;padding:20px;animation:fadeIn 1s ease-out}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.auth-content{padding:15px}.shape-1{width:200px;height:200px}.shape-2{width:150px;height:150px}}
