.LogIn_loginContainer__GFI1a{min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);position:relative;overflow:hidden;perspective:1000px}.LogIn_loginCard__Rob60{display:grid;grid-template-columns:1fr 1fr;width:95%;max-width:1100px;height:85vh;max-height:650px;background:white;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15);overflow:hidden;animation:LogIn_slideUp__p_8G0 .6s ease-out;position:relative;z-index:10}@keyframes LogIn_slideUp__p_8G0{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.LogIn_homeButton__ZWUaP{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:white;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100;cursor:pointer;text-decoration:none}.LogIn_homeButton__ZWUaP svg{width:22px;height:22px;color:#334155;transition:all .3s ease}.LogIn_homeButton__ZWUaP:hover{background:linear-gradient(135deg,#0f172a,#334155);box-shadow:0 6px 20px rgba(51,65,85,.4);transform:translateY(-2px) scale(1.05)}.LogIn_homeButton__ZWUaP:hover svg{color:white;transform:scale(1.1)}.LogIn_homeButton__ZWUaP:active{transform:translateY(0) scale(1);box-shadow:0 2px 8px rgba(51,65,85,.3)}.LogIn_leftSide__VsOBF{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.LogIn_logoSection__73T5W{position:relative;z-index:10}.LogIn_logoWrapper___esfW{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;animation:LogIn_fadeInDown__vwNWI .8s ease-out}@keyframes LogIn_fadeInDown__vwNWI{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.LogIn_logo__Y4QfS{width:60px!important;height:60px!important;border-radius:12px;animation:LogIn_pulse__8qDb4 3s ease-in-out infinite}@keyframes LogIn_pulse__8qDb4{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.LogIn_brandName__D9XI6{font-size:2rem;font-weight:700;color:white;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.2)}.LogIn_tagline__QUeWt{color:rgba(255,255,255,.9);font-size:.95rem;line-height:1.5;max-width:400px;animation:LogIn_fadeIn__32SR4 1s ease-out .3s both}@keyframes LogIn_fadeIn__32SR4{0%{opacity:0}to{opacity:1}}.LogIn_animatedElements__q8rN8{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.LogIn_circle__YpNcS{position:absolute;border-radius:50%;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.LogIn_circle1__9DiKS{width:300px;height:300px;top:-100px;right:-100px;animation:LogIn_float__K3c5U 8s ease-in-out infinite}.LogIn_circle2__BR7C8{width:200px;height:200px;bottom:-50px;left:-50px;animation:LogIn_float__K3c5U 6s ease-in-out infinite reverse}.LogIn_circle3__5EVU7{width:150px;height:150px;top:50%;right:10%;animation:LogIn_float__K3c5U 7s ease-in-out infinite}@keyframes LogIn_float__K3c5U{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.LogIn_floatingIcon__R0qf1{position:absolute;width:60px;height:60px;color:rgba(255,255,255,.3);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.LogIn_icon1__rI7Z4{top:20%;right:15%;animation:LogIn_floatRotate__y7iRc 10s ease-in-out infinite}.LogIn_icon2__vm5da{top:50%;left:10%;animation:LogIn_floatRotate__y7iRc 12s ease-in-out infinite reverse;animation-delay:1s}.LogIn_icon3__gy1z_{bottom:25%;right:25%;animation:LogIn_floatRotate__y7iRc 11s ease-in-out infinite;animation-delay:2s}.LogIn_icon4__Gdzrm{top:35%;right:35%;animation:LogIn_floatRotate__y7iRc 9s ease-in-out infinite reverse;animation-delay:.5s}@keyframes LogIn_floatRotate__y7iRc{0%,to{transform:translateY(0) translateX(0) rotate(0deg)}25%{transform:translateY(-15px) translateX(10px) rotate(5deg)}50%{transform:translateY(-10px) translateX(-10px) rotate(-5deg)}75%{transform:translateY(15px) translateX(5px) rotate(3deg)}}.LogIn_features__uSiUs{display:flex;flex-direction:column;gap:.75rem;position:relative;z-index:10;animation:LogIn_fadeInUp__DpxBJ 1s ease-out .5s both}@keyframes LogIn_fadeInUp__DpxBJ{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.LogIn_feature__ATbT5{display:flex;align-items:center;gap:.75rem;color:white;font-size:.9rem;font-weight:500;padding:.75rem 1rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.LogIn_feature__ATbT5:hover{background:rgba(255,255,255,.15);transform:translateX(10px)}.LogIn_featureIcon__O6_Yx{font-size:1.25rem;animation:LogIn_bounce__p2XhP 2s ease-in-out infinite}.LogIn_feature__ATbT5:nth-child(2) .LogIn_featureIcon__O6_Yx{animation-delay:.2s}.LogIn_feature__ATbT5:nth-child(3) .LogIn_featureIcon__O6_Yx{animation-delay:.4s}@keyframes LogIn_bounce__p2XhP{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.LogIn_rightSide__SM_JZ{padding:1.5rem;display:flex;align-items:center;justify-content:center;background:white;overflow-y:auto}.LogIn_formContainer__CEjiR{width:100%;max-width:420px}.LogIn_loginHeader__9kyr_{text-align:center;margin-bottom:1.75rem;animation:LogIn_fadeIn__32SR4 .8s ease-out .2s both}.LogIn_loginTitle__IkDR4{font-size:1.75rem;font-weight:700;color:#1a202c;margin:0 0 .4rem}.LogIn_loginSubtitle__HqKoz{font-size:.9rem;color:#718096;margin:0}.LogIn_loginForm__3DEbr{display:flex;flex-direction:column;gap:1.25rem;animation:LogIn_fadeIn__32SR4 .8s ease-out .4s both}.LogIn_errorMessage__0G6Jk{padding:.75rem 1rem;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.9rem;animation:LogIn_shake__YtvXV .5s ease}@keyframes LogIn_shake__YtvXV{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.LogIn_formGroup__LQ4bV{display:flex;flex-direction:column;gap:.5rem}.LogIn_formLabel__SCWNh{font-size:.9rem;font-weight:600;color:#2d3748}.LogIn_formInput__t2b5J{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .3s ease;outline:none}.LogIn_formInput__t2b5J:focus{border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.1);transform:translateY(-2px)}.LogIn_passwordWrapper__pAk16{position:relative;display:flex;align-items:center}.LogIn_passwordToggle__JH3bK{position:absolute;right:1rem;background:none;border:none;cursor:pointer;color:#a0aec0;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s ease}.LogIn_passwordToggle__JH3bK:hover{color:#667eea}.LogIn_formOptions__M_C5e{justify-content:flex-end;flex-wrap:wrap}.LogIn_checkboxGroup__WEjTV,.LogIn_formOptions__M_C5e{display:flex;align-items:center;gap:.5rem}.LogIn_checkbox__I56v7{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.LogIn_checkboxLabel__8_Bf7{font-size:.9rem;color:#4a5568;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.LogIn_forgotLink__qpXPK{font-size:.9rem;color:#667eea;text-decoration:none;font-weight:600;transition:all .2s ease}.LogIn_forgotLink__qpXPK:hover{color:#764ba2;text-decoration:underline}.LogIn_submitButton__JPdhM{padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.25rem;box-shadow:0 4px 15px rgba(102,126,234,.3)}.LogIn_submitButton__JPdhM:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.LogIn_submitButton__JPdhM:active:not(:disabled){transform:translateY(0)}.LogIn_submitButton__JPdhM:disabled{opacity:.6;cursor:not-allowed}.LogIn_divider__ucKOD{position:relative;text-align:center;margin:1.25rem 0}.LogIn_divider__ucKOD:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.LogIn_dividerText__IOeZB{position:relative;display:inline-block;padding:0 1rem;background:white;color:#a0aec0;font-size:.875rem;font-weight:500}.LogIn_socialLogin__iB9gs{display:flex;flex-direction:column;gap:.625rem}.LogIn_socialButton__tdtXW{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.75rem 1rem;background:white;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;color:#2d3748;cursor:pointer;transition:all .3s ease}.LogIn_socialButton__tdtXW:hover{border-color:#667eea;background:#f7fafc;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.LogIn_socialIcon__Rk07L{width:20px;height:20px}.LogIn_signupPrompt__SsQ5O{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;font-size:.875rem;color:#4a5568}.LogIn_signupLink__743n_{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.LogIn_signupLink__743n_:hover{color:#764ba2;text-decoration:underline}.LogIn_backgroundAnimation__rWm1c{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.LogIn_cube__CagEP{position:absolute;width:80px;height:80px;transform-style:preserve-3d;animation:LogIn_rotateCube__2yZs0 20s linear infinite}.LogIn_cube1__b43Kf{top:10%;left:10%;animation-duration:25s}.LogIn_cube2__PxCmu{top:60%;left:80%;animation-duration:20s;animation-direction:reverse}.LogIn_cube3__EPqkT{top:80%;left:15%;animation-duration:30s;width:60px;height:60px}.LogIn_cube4__efw3p{top:35%;right:8%;animation-duration:22s;width:70px;height:70px}.LogIn_cube5__7LAOy{bottom:15%;right:35%;animation-duration:28s;animation-direction:reverse;width:55px;height:55px}.LogIn_cubeFace__jjjZj{position:absolute;width:80px;height:80px;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border:2px solid rgba(102,126,234,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.LogIn_cube3__EPqkT .LogIn_cubeFace__jjjZj{width:60px;height:60px}.LogIn_cubeFace__jjjZj:first-child{transform:rotateY(0deg) translateZ(40px)}.LogIn_cubeFace__jjjZj:nth-child(2){transform:rotateY(90deg) translateZ(40px)}.LogIn_cubeFace__jjjZj:nth-child(3){transform:rotateY(180deg) translateZ(40px)}.LogIn_cubeFace__jjjZj:nth-child(4){transform:rotateY(-90deg) translateZ(40px)}.LogIn_cubeFace__jjjZj:nth-child(5){transform:rotateX(90deg) translateZ(40px)}.LogIn_cubeFace__jjjZj:nth-child(6){transform:rotateX(-90deg) translateZ(40px)}.LogIn_cube3__EPqkT .LogIn_cubeFace__jjjZj:first-child{transform:rotateY(0deg) translateZ(30px)}.LogIn_cube3__EPqkT .LogIn_cubeFace__jjjZj:nth-child(2){transform:rotateY(90deg) translateZ(30px)}.LogIn_cube3__EPqkT .LogIn_cubeFace__jjjZj:nth-child(3){transform:rotateY(180deg) translateZ(30px)}.LogIn_cube3__EPqkT .LogIn_cubeFace__jjjZj:nth-child(4){transform:rotateY(-90deg) translateZ(30px)}.LogIn_cube3__EPqkT .LogIn_cubeFace__jjjZj:nth-child(5){transform:rotateX(90deg) translateZ(30px)}.LogIn_cube3__EPqkT .LogIn_cubeFace__jjjZj:nth-child(6){transform:rotateX(-90deg) translateZ(30px)}.LogIn_cube4__efw3p .LogIn_cubeFace__jjjZj{width:70px;height:70px}.LogIn_cube4__efw3p .LogIn_cubeFace__jjjZj:first-child{transform:rotateY(0deg) translateZ(35px)}.LogIn_cube4__efw3p .LogIn_cubeFace__jjjZj:nth-child(2){transform:rotateY(90deg) translateZ(35px)}.LogIn_cube4__efw3p .LogIn_cubeFace__jjjZj:nth-child(3){transform:rotateY(180deg) translateZ(35px)}.LogIn_cube4__efw3p .LogIn_cubeFace__jjjZj:nth-child(4){transform:rotateY(-90deg) translateZ(35px)}.LogIn_cube4__efw3p .LogIn_cubeFace__jjjZj:nth-child(5){transform:rotateX(90deg) translateZ(35px)}.LogIn_cube4__efw3p .LogIn_cubeFace__jjjZj:nth-child(6){transform:rotateX(-90deg) translateZ(35px)}.LogIn_cube5__7LAOy .LogIn_cubeFace__jjjZj{width:55px;height:55px}.LogIn_cube5__7LAOy .LogIn_cubeFace__jjjZj:first-child{transform:rotateY(0deg) translateZ(27.5px)}.LogIn_cube5__7LAOy .LogIn_cubeFace__jjjZj:nth-child(2){transform:rotateY(90deg) translateZ(27.5px)}.LogIn_cube5__7LAOy .LogIn_cubeFace__jjjZj:nth-child(3){transform:rotateY(180deg) translateZ(27.5px)}.LogIn_cube5__7LAOy .LogIn_cubeFace__jjjZj:nth-child(4){transform:rotateY(-90deg) translateZ(27.5px)}.LogIn_cube5__7LAOy .LogIn_cubeFace__jjjZj:nth-child(5){transform:rotateX(90deg) translateZ(27.5px)}.LogIn_cube5__7LAOy .LogIn_cubeFace__jjjZj:nth-child(6){transform:rotateX(-90deg) translateZ(27.5px)}@keyframes LogIn_rotateCube__2yZs0{0%{transform:rotateX(0deg) rotateY(0deg) rotate(0deg)}to{transform:rotateX(1turn) rotateY(1turn) rotate(1turn)}}.LogIn_sphere__OdLBU{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(102,126,234,.15),rgba(118,75,162,.05));box-shadow:0 8px 32px rgba(102,126,234,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.LogIn_sphere1__8MObl{width:120px;height:120px;top:15%;right:15%;animation:LogIn_floatSphere__ijjFd 8s ease-in-out infinite}.LogIn_sphere2__scua4{width:80px;height:80px;bottom:20%;left:8%;animation:LogIn_floatSphere__ijjFd 10s ease-in-out infinite reverse}.LogIn_sphere3__pY7au{width:100px;height:100px;top:45%;left:5%;animation:LogIn_floatSphere__ijjFd 12s ease-in-out infinite;animation-delay:2s}.LogIn_sphere4__8QqGS{width:60px;height:60px;bottom:10%;right:20%;animation:LogIn_floatSphere__ijjFd 9s ease-in-out infinite;animation-delay:1s}.LogIn_sphere5__8vVyJ{width:90px;height:90px;top:70%;right:12%;animation:LogIn_floatSphere__ijjFd 11s ease-in-out infinite;animation-delay:.5s}.LogIn_sphere6__W7p7T{width:70px;height:70px;top:50%;right:30%;animation:LogIn_floatSphere__ijjFd 13s ease-in-out infinite reverse;animation-delay:1.8s}.LogIn_sphere7__iJ4RM{width:50px;height:50px;bottom:35%;left:25%;animation:LogIn_floatSphere__ijjFd 10s ease-in-out infinite;animation-delay:2.5s}.LogIn_sphere8__URYeT{width:65px;height:65px;top:8%;left:35%;animation:LogIn_floatSphere__ijjFd 14s ease-in-out infinite reverse;animation-delay:.8s}@keyframes LogIn_floatSphere__ijjFd{0%,to{transform:translateY(0) translateX(0) scale(1)}25%{transform:translateY(-30px) translateX(20px) scale(1.1)}50%{transform:translateY(-50px) translateX(-10px) scale(.9)}75%{transform:translateY(-20px) translateX(15px) scale(1.05)}}.LogIn_ring__O1HGe{position:absolute;border-radius:50%;border:3px solid rgba(102,126,234,.2);background:transparent}.LogIn_ring1__bDebF{width:200px;height:200px;top:25%;right:10%;animation:LogIn_pulseRing__Ztkb_ 4s ease-in-out infinite}.LogIn_ring2__V39WX{width:150px;height:150px;bottom:25%;left:12%;animation:LogIn_pulseRing__Ztkb_ 5s ease-in-out infinite;animation-delay:1s}.LogIn_ring3__h7fsX{width:180px;height:180px;top:55%;right:25%;animation:LogIn_pulseRing__Ztkb_ 6s ease-in-out infinite;animation-delay:2s}.LogIn_ring4__J11KQ{width:130px;height:130px;top:12%;left:40%;animation:LogIn_pulseRing__Ztkb_ 5.5s ease-in-out infinite;animation-delay:.5s}.LogIn_ring5__Hs5Xb{width:160px;height:160px;bottom:18%;right:45%;animation:LogIn_pulseRing__Ztkb_ 7s ease-in-out infinite;animation-delay:1.5s}.LogIn_ring6__XRMwB{width:140px;height:140px;top:38%;left:18%;animation:LogIn_pulseRing__Ztkb_ 4.5s ease-in-out infinite;animation-delay:2.5s}@keyframes LogIn_pulseRing__Ztkb_{0%,to{transform:scale(1) rotate(0deg);opacity:.3}50%{transform:scale(1.2) rotate(180deg);opacity:.6}}.LogIn_particle__Qj3qY{position:absolute;width:8px;height:8px;background:linear-gradient(135deg,rgba(102,126,234,.4),rgba(118,75,162,.4));border-radius:50%;animation:LogIn_floatParticle__dJG0K 15s ease-in-out infinite}.LogIn_particle1__T1jMw{top:20%;left:25%;animation-delay:0s}.LogIn_particle2__tWTZ4{top:40%;left:70%;animation-delay:1s}.LogIn_particle3__R7eGD{top:60%;left:30%;animation-delay:2s}.LogIn_particle4__U3Hhb{top:80%;left:60%;animation-delay:3s}.LogIn_particle5__Bd4jF{top:30%;left:85%;animation-delay:1.5s}.LogIn_particle6__KtUE8{top:50%;left:15%;animation-delay:2.5s}.LogIn_particle7__t3uc5{top:70%;left:75%;animation-delay:.5s}.LogIn_particle8___TIC1{top:10%;left:50%;animation-delay:3.5s}.LogIn_particle9__XkY0R{top:90%;left:40%;animation-delay:1.8s}.LogIn_particle10__oeuhv{top:25%;left:65%;animation-delay:2.2s}.LogIn_particle11__VUWpG{top:45%;left:45%;animation-delay:.8s}.LogIn_particle12__mK8iz{top:65%;left:20%;animation-delay:3.2s}.LogIn_particle13__1yv1Z{top:35%;left:90%;animation-delay:1.2s}.LogIn_particle14__g8c1i{top:55%;left:10%;animation-delay:2.8s}.LogIn_particle15__gtTM_{top:75%;left:55%;animation-delay:.3s}.LogIn_particle16__W6fkD{top:15%;left:42%;animation-delay:1.6s}.LogIn_particle17__W8mOg{top:38%;left:78%;animation-delay:2.9s}.LogIn_particle18___exbn{top:58%;left:35%;animation-delay:.7s}.LogIn_particle19__oEzs0{top:82%;left:68%;animation-delay:3.3s}.LogIn_particle20__suvUF{top:28%;left:88%;animation-delay:1.4s}.LogIn_particle21__8MHQg{top:48%;left:8%;animation-delay:2.1s}.LogIn_particle22__uOfQc{top:68%;left:48%;animation-delay:.9s}.LogIn_particle23__mp7Qn{top:18%;left:62%;animation-delay:3.7s}.LogIn_particle24__9Dvvo{top:88%;left:28%;animation-delay:1.1s}.LogIn_particle25__FmsAe{top:42%;left:52%;animation-delay:2.6s}@keyframes LogIn_floatParticle__dJG0K{0%,to{transform:translateY(0) translateX(0);opacity:.6}25%{transform:translateY(-40px) translateX(30px);opacity:1}50%{transform:translateY(-80px) translateX(-20px);opacity:.4}75%{transform:translateY(-40px) translateX(40px);opacity:.8}}.LogIn_hexagon__5oFU4{width:60px;height:34.64px;background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15));border-bottom:17.32px solid rgba(102,126,234,.15)}.LogIn_hexagon__5oFU4,.LogIn_hexagon__5oFU4:before{position:absolute;border-left:30px solid transparent;border-right:30px solid transparent}.LogIn_hexagon__5oFU4:before{content:"";top:17.32px;left:-30px;width:0;height:0;border-top:17.32px solid rgba(102,126,234,.15)}.LogIn_hexagon1__4_jvf{top:22%;left:18%;animation:LogIn_spinHexagon__OVgEQ 15s linear infinite}.LogIn_hexagon2__vinll{top:65%;right:18%;animation:LogIn_spinHexagon__OVgEQ 18s linear infinite reverse}.LogIn_hexagon3__Jrhex{bottom:28%;left:35%;animation:LogIn_spinHexagon__OVgEQ 20s linear infinite;transform:scale(.8)}.LogIn_hexagon4__7HVJU{top:48%;right:42%;animation:LogIn_spinHexagon__OVgEQ 16s linear infinite reverse;transform:scale(1.2)}@keyframes LogIn_spinHexagon__OVgEQ{0%{transform:rotate(0deg) translateY(0)}50%{transform:rotate(180deg) translateY(-30px)}to{transform:rotate(1turn) translateY(0)}}.LogIn_triangle___vu6J{position:absolute;width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-bottom:52px solid rgba(102,126,234,.2);animation:LogIn_rotateTriangle__kNYdl 12s ease-in-out infinite}.LogIn_triangle1__IBJLD{top:18%;right:28%;animation-delay:0s}.LogIn_triangle2__Ri_BZ{bottom:22%;left:42%;animation-delay:1.5s;transform:rotate(180deg)}.LogIn_triangle3__3BrSl{top:52%;left:8%;animation-delay:3s;border-bottom-width:40px;border-left-width:25px;border-right-width:25px}.LogIn_triangle4__SUrMf{bottom:38%;right:15%;animation-delay:2s;transform:rotate(90deg)}.LogIn_triangle5__NFfNj{top:72%;right:52%;animation-delay:.8s;border-bottom-width:35px;border-left-width:20px;border-right-width:20px}@keyframes LogIn_rotateTriangle__kNYdl{0%,to{transform:rotate(0deg) translateY(0);opacity:.3}50%{transform:rotate(180deg) translateY(-40px);opacity:.6}}.LogIn_glowOrb__AYqU7{position:absolute;border-radius:50%;background:radial-gradient(circle at center,rgba(102,126,234,.4),transparent);box-shadow:0 0 40px rgba(102,126,234,.6),0 0 80px rgba(118,75,162,.4);animation:LogIn_glowPulse__4vyD_ 3s ease-in-out infinite}.LogIn_glowOrb1__JNGLW{width:100px;height:100px;top:15%;left:22%;animation-delay:0s}.LogIn_glowOrb2__MvIzd{width:80px;height:80px;bottom:25%;right:28%;animation-delay:1s}.LogIn_glowOrb3__YPYVa{width:120px;height:120px;top:58%;left:68%;animation-delay:2s}.LogIn_glowOrb4__dpTYB{width:90px;height:90px;bottom:45%;left:12%;animation-delay:1.5s}@keyframes LogIn_glowPulse__4vyD_{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.3);opacity:.6}}.LogIn_square__1ZNWC{position:absolute;width:50px;height:50px;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border:2px solid rgba(102,126,234,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:LogIn_spinSquare__bFnbZ 10s linear infinite}.LogIn_square1__kw8p8{top:12%;left:52%;animation-duration:12s}.LogIn_square2__9M2Pu{bottom:32%;right:22%;animation-duration:15s;animation-direction:reverse}.LogIn_square3__2MisT{top:42%;left:28%;animation-duration:11s;width:40px;height:40px}.LogIn_square4__JfFKb{bottom:18%;left:58%;animation-duration:14s;animation-direction:reverse}.LogIn_square5__Eb3oH{top:68%;right:38%;animation-duration:13s;width:35px;height:35px}.LogIn_square6__bACTU{top:28%;right:48%;animation-duration:16s;animation-direction:reverse;width:45px;height:45px}@keyframes LogIn_spinSquare__bFnbZ{0%{transform:rotate(0deg) translateY(0)}50%{transform:rotate(180deg) translateY(-25px)}to{transform:rotate(1turn) translateY(0)}}.LogIn_dottedCircle__OU5dJ{position:absolute;border-radius:50%;border:3px dotted rgba(102,126,234,.3);animation:LogIn_rotateDotted__Q9Vnn 8s linear infinite}.LogIn_dottedCircle1__bil2Z{width:120px;height:120px;top:32%;right:18%;animation-duration:10s}.LogIn_dottedCircle2__YEHiF{width:100px;height:100px;bottom:28%;left:48%;animation-duration:12s;animation-direction:reverse}.LogIn_dottedCircle3__PGAAL{width:90px;height:90px;top:62%;left:32%;animation-duration:9s}@keyframes LogIn_rotateDotted__Q9Vnn{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}.LogIn_waveLine__Em_yd{position:absolute;width:200px;height:2px;background:linear-gradient(90deg,transparent,rgba(102,126,234,.4),transparent);animation:LogIn_waveMove__LZ_kk 6s ease-in-out infinite}.LogIn_waveLine1__ynSgs{top:25%;left:5%;animation-delay:0s}.LogIn_waveLine2__Xh709{bottom:35%;right:8%;animation-delay:2s;transform:rotate(45deg)}.LogIn_waveLine3__h3YV2{top:65%;left:25%;animation-delay:1s;transform:rotate(-30deg);width:150px}@keyframes LogIn_waveMove__LZ_kk{0%,to{transform:translateX(0) scaleX(1);opacity:.3}50%{transform:translateX(50px) scaleX(1.5);opacity:.7}}@media (max-width:1024px){.LogIn_loginCard__Rob60{grid-template-columns:1fr;max-width:450px;height:auto;max-height:90vh}.LogIn_leftSide__VsOBF{display:none}.LogIn_rightSide__SM_JZ{padding:2rem 1.5rem}.LogIn_backgroundAnimation__rWm1c{display:none}}@media (max-width:640px){.LogIn_loginContainer__GFI1a{padding:1rem;background:white;height:auto;min-height:100vh}.LogIn_loginCard__Rob60{box-shadow:none;border-radius:0;height:auto}.LogIn_rightSide__SM_JZ{padding:1.5rem 1rem}.LogIn_loginTitle__IkDR4{font-size:1.5rem}.LogIn_loginHeader__9kyr_{margin-bottom:1.5rem}.LogIn_loginForm__3DEbr{gap:1rem}.LogIn_formOptions__M_C5e{flex-direction:column;align-items:flex-start}.LogIn_socialButton__tdtXW{font-size:.8rem;padding:.65rem .875rem}}