.login-carousel-container{z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.login-carousel-slide{opacity:0;z-index:1;will-change:opacity;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 4.5s cubic-bezier(.25,.46,.45,.94);position:absolute;top:0;left:0;transform:scale(1.05)}.login-carousel-slide.active{opacity:1;z-index:2;animation:10s ease-in-out forwards zoomIn}.login-carousel-slide:not(.active){opacity:0;transition:opacity 4.5s cubic-bezier(.25,.46,.45,.94);animation:none}@keyframes zoomIn{0%{transform:scale(1.05)}50%{transform:scale(1.15)}to{transform:scale(1.05)}}.login-carousel-overlay{z-index:1;background:linear-gradient(135deg,#4f46e5b3,#4338ca80 100%);width:100%;height:100%;position:absolute;top:0;left:0}.login-carousel-indicators{z-index:20;gap:.5rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.login-carousel-indicator{cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.login-carousel-indicator:hover{background:#ffffff4d;border-color:#fffc}.login-carousel-indicator.active{background:#fff;border-color:#fff;border-radius:5px;width:24px}@media (max-width:768px){.login-carousel-indicators{bottom:2rem}.login-carousel-indicator{width:8px;height:8px}.login-carousel-indicator.active{width:20px}}
