.student-login-page{--login-navy:#0b3158;--login-blue:#155b96;--login-blue-dark:#0e477a;--login-blue-soft:#edf5fb;--login-text:#172b43;--login-muted:#718096;--login-border:#dce6ef;width:100%;height:100svh;min-height:100svh;color:var(--login-text);isolation:isolate;background:linear-gradient(135deg,#eaf5fc 0%,#f5f9fc 42%,#eef5fb 100%);flex-direction:column;font-family:inherit;display:flex;position:relative;overflow:hidden}.student-login__background{z-index:-2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.student-login__background:before{content:"";background:radial-gradient(circle,#2374ae2e 0%,#2374ae0f 42%,#0000 70%);border-radius:50%;width:720px;height:720px;position:absolute;top:-300px;left:-250px}.student-login__background:after{content:"";background:radial-gradient(circle,#175b9629 0%,#175b960d 45%,#0000 72%);border-radius:50%;width:650px;height:650px;position:absolute;bottom:-300px;right:-220px}.student-login__orb{background:#ffffff24;border:1px solid #155b9617;border-radius:50%;display:block;position:absolute}.student-login__orb--one{width:360px;height:360px;top:-160px;left:20%;box-shadow:0 0 0 45px #ffffff14,0 0 0 90px #155b9606}.student-login__orb--two{width:260px;height:260px;top:12%;right:9%;box-shadow:0 0 0 35px #ffffff14}.student-login__orb--three{width:440px;height:440px;bottom:-250px;left:-180px;box-shadow:0 0 0 40px #ffffff14,0 0 0 80px #155b9606}.student-login__grid{opacity:.18;background-image:linear-gradient(#155b9609 1px,#0000 1px),linear-gradient(90deg,#155b9609 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 82%);mask-image:linear-gradient(#000,#0000 82%)}.student-login__topbar{flex:0 0 68px;justify-content:flex-end;align-items:center;width:min(100% - 64px,1480px);height:68px;margin:0 auto;display:flex;position:relative}.student-login__portal-link{color:#244663;align-items:center;gap:9px;padding:8px 4px;font-size:12px;font-weight:700;text-decoration:none;transition:color .18s,transform .18s;display:inline-flex}.student-login__portal-link:hover{color:var(--login-blue);transform:translate(-2px)}.student-login__portal-arrow{font-size:17px;line-height:1}.student-login__layout{flex:auto;justify-content:center;align-items:center;min-height:0;padding:4px 20px 8px;display:flex;position:relative}.student-login__card{-webkit-backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #fffffff2;border-radius:24px;width:min(100%,520px);max-height:calc(100svh - 122px);padding:28px 42px 26px;animation:.5s both studentLoginCardIn;box-shadow:0 25px 70px #1436561f,0 6px 22px #1436560f}@keyframes studentLoginCardIn{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.student-login__logo{justify-content:center;align-items:center;margin-bottom:14px;display:flex}.student-login__logo a{outline:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.student-login__logo img{object-fit:contain;width:auto;max-width:245px;height:auto;max-height:68px;display:block}.student-login__header{text-align:center;margin-bottom:22px}.student-login__eyebrow{color:var(--login-blue);letter-spacing:.19em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.student-login__header h1{color:#142d48;letter-spacing:-.035em;margin:0;font-size:clamp(30px,3vw,38px);font-weight:700;line-height:1.08}.student-login__header p{max-width:390px;color:var(--login-muted);margin:9px auto 0;font-size:12px;line-height:1.65}.student-login__form{width:100%}.student-login__field{margin-bottom:16px}.student-login__field-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:7px;display:flex}.student-login__field label{color:#263b53;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.student-login__field-heading label{margin-bottom:0}.student-login__forgot{color:var(--login-blue);font-size:11px;font-weight:700;text-decoration:none;transition:color .18s}.student-login__forgot:hover{color:var(--login-blue-dark);text-decoration:underline}.student-login__input{border:1px solid var(--login-border);background:#fbfdff;border-radius:10px;align-items:center;width:100%;height:51px;transition:border-color .18s,box-shadow .18s,background-color .18s;display:flex;position:relative}.student-login__input:focus-within{background:#fff;border-color:#6fa5cf;box-shadow:0 0 0 3px #155b9617}.student-login__input-icon{color:#8aa0b5;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:100%;display:inline-flex}.student-login__input-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.student-login__input input{color:#1d344c;background:0 0;border:0;outline:0;width:100%;min-width:0;height:100%;padding:0 14px 0 0;font-family:inherit;font-size:12.5px;font-weight:500}.student-login__input input::placeholder{color:#9aabba;opacity:1}.student-login__input input:-webkit-autofill{-webkit-text-fill-color:#1d344c;transition:background-color 9999s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.student-login__input input:-webkit-autofill:hover{-webkit-text-fill-color:#1d344c;transition:background-color 9999s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.student-login__input input:-webkit-autofill:focus{-webkit-text-fill-color:#1d344c;transition:background-color 9999s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.student-login__password-toggle{color:#91a4b6;cursor:pointer;background:0 0;border:0;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:100%;padding:0;transition:color .18s;display:inline-flex}.student-login__password-toggle:hover{color:var(--login-blue)}.student-login__password-toggle svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.student-login__submit{border:1px solid var(--login-blue);color:#fff;cursor:pointer;background:linear-gradient(135deg,#14578f 0%,#1767a3 100%);border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;height:51px;margin-top:4px;padding:0 18px;font-family:inherit;font-size:12px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:flex;box-shadow:0 8px 20px #155b962e}.student-login__submit:hover{background:linear-gradient(135deg,#104c80 0%,#155d97 100%);transform:translateY(-1px);box-shadow:0 11px 25px #155b963b}.student-login__submit:active{transform:translateY(0);box-shadow:0 5px 14px #155b962b}.student-login__submit-icon{background:#ffffff24;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;display:inline-flex}.student-login__submit-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.student-login__security{color:#8295a8;justify-content:center;align-items:center;gap:7px;margin-top:10px;font-size:10px;font-weight:600;display:flex}.student-login__security svg{fill:none;stroke:#7395b1;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.student-login__support{background:linear-gradient(135deg,#f5faff 0%,#f9fcfe 100%);border:1px solid #dfebf4;border-radius:11px;align-items:center;gap:13px;min-height:66px;margin-top:19px;padding:11px 14px;display:flex}.student-login__support-icon{width:38px;height:38px;color:var(--login-blue);background:#e8f3fb;border-radius:9px;flex:0 0 38px;justify-content:center;align-items:center;display:flex}.student-login__support-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.student-login__support-content{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.student-login__support-content strong{color:#29425b;font-size:11px;font-weight:800}.student-login__support-content>span{color:#8799aa;margin-top:2px;font-size:9.5px;line-height:1.4}.student-login__support-content a{color:var(--login-blue);align-items:center;gap:5px;margin-top:3px;font-size:10px;font-weight:800;text-decoration:none;display:inline-flex}.student-login__support-content a:hover{text-decoration:underline}.student-login__support-content a svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.student-login__footer{color:#7d92a5;border-top:1px solid #50779421;flex:0 0 43px;justify-content:space-between;align-items:center;gap:20px;width:min(100% - 64px,1480px);height:43px;margin:0 auto;font-size:9px;font-weight:600;display:flex}.student-login__footer-links{align-items:center;gap:10px;display:flex}.student-login__footer a{color:#58748e;text-decoration:none;transition:color .18s}.student-login__footer a:hover{color:var(--login-blue)}.student-login__portal-link:focus-visible,.student-login__forgot:focus-visible,.student-login__support-content a:focus-visible,.student-login__footer a:focus-visible,.student-login__logo a:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #6b9fc6}.student-login__password-toggle:focus-visible{outline-offset:-3px;border-radius:6px;outline:2px solid #6b9fc6}.student-login__submit:focus-visible{outline-offset:3px;outline:2px solid #6b9fc6}@media (min-width:1400px){.student-login__card{width:535px;padding-left:46px;padding-right:46px}.student-login__logo img{max-width:265px;max-height:72px}}@media (max-height:760px){.student-login__topbar{flex-basis:56px;height:56px}.student-login__card{border-radius:20px;max-height:calc(100svh - 100px);padding-top:20px;padding-bottom:18px}.student-login__logo{margin-bottom:8px}.student-login__logo img{max-height:56px}.student-login__header{margin-bottom:16px}.student-login__header h1{font-size:32px}.student-login__field{margin-bottom:12px}.student-login__input,.student-login__submit{height:47px}.student-login__support{min-height:59px;margin-top:13px;padding-top:8px;padding-bottom:8px}.student-login__footer{flex-basis:38px;height:38px}}@media (max-width:900px){.student-login__topbar{flex-basis:58px;width:calc(100% - 36px);height:58px}.student-login__footer{width:calc(100% - 36px)}.student-login__card{width:min(100%,500px)}}@media (max-width:600px){.student-login-page{height:auto;min-height:100svh;overflow:hidden auto}.student-login__topbar{flex-basis:52px;width:calc(100% - 28px);height:52px}.student-login__portal-link{font-size:11px}.student-login__layout{align-items:flex-start;padding:8px 14px 18px}.student-login__card{border-radius:19px;width:100%;max-height:none;padding:25px 22px 22px}.student-login__logo img{max-width:220px;max-height:62px}.student-login__header h1{font-size:30px}.student-login__header p{font-size:11.5px}.student-login__footer{text-align:center;flex-wrap:wrap;justify-content:center;gap:7px 14px;width:calc(100% - 28px);height:auto;min-height:58px;padding:10px 0}.student-login__footer>span:last-child{width:100%}}@media (max-width:380px){.student-login__card{padding:20px 17px 18px}.student-login__logo img{max-width:200px;max-height:56px}.student-login__header{margin-bottom:17px}.student-login__header h1{font-size:27px}.student-login__input,.student-login__submit{height:48px}.student-login__support{gap:10px;padding:9px 10px}.student-login__support-icon{flex-basis:34px;width:34px;height:34px}}@media (prefers-reduced-motion:reduce){.student-login-page *,.student-login-page :before,.student-login-page :after{transition:none!important;animation:none!important}}
