.login-page{background:linear-gradient(to bottom right,#fff,#e2e8f0);justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;display:flex}@media (min-width:640px){.login-page{padding:2rem}}.login-container{background-color:#fff;border-radius:1.5rem;flex-direction:column;width:100%;max-width:72rem;min-height:600px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (min-width:1024px){.login-container{flex-direction:row}}.login-left-panel{color:#0f172a;background:#fff;flex-direction:column;justify-content:space-between;padding:3rem;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.login-left-panel{width:41.6667%;display:flex}}.decorative-circle-1{opacity:.5;filter:blur(48px);background-color:#dbeafe;border-radius:9999px;width:16rem;height:16rem;margin-top:-4rem;margin-right:-4rem;position:absolute;top:0;right:0}.decorative-circle-2{opacity:.5;filter:blur(48px);background-color:#f1f5f9;border-radius:9999px;width:20rem;height:20rem;margin-bottom:-4rem;margin-left:-4rem;position:absolute;bottom:0;left:0}.relative-content{z-index:10;position:relative}.logo-container{align-items:center;margin-bottom:4rem;display:flex}.brand-logo-img-login{object-fit:contain;max-width:150px;height:auto}.welcome-title{color:#0f172a;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width:768px){.welcome-title{font-size:3rem}}.welcome-subtitle{color:#64748b;max-width:24rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.625}.resources-info{z-index:10;color:#64748b;align-items:center;gap:1rem;font-size:.875rem;display:flex;position:relative}.login-right-panel{background:linear-gradient(to bottom right,#1d4ed8,#3b82f6);flex-direction:column;justify-content:center;width:100%;padding:2rem;display:flex;position:relative}@media (min-width:640px){.login-right-panel{padding:3rem}}@media (min-width:768px){.login-right-panel{padding:4rem}}@media (min-width:1024px){.login-right-panel{width:58.3333%}}@media (min-width:1280px){.login-right-panel{padding:5rem}}.mobile-header{justify-content:center;align-items:center;margin-bottom:2.5rem;display:flex}.brand-logo-img-mobile{object-fit:contain;filter:brightness(0)invert();max-width:110px;height:auto}.form-wrapper{width:100%;max-width:28rem;margin-left:auto;margin-right:auto}@media (min-width:1024px){.form-wrapper{margin-left:0;margin-right:0}}.form-title{color:#fff;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.form-subtitle{color:#dbeafe;margin-bottom:2rem}.form-container{flex-direction:column;gap:1.5rem;display:flex}.input-group{flex-direction:column;gap:.5rem;display:flex}.input-label{color:#eff6ff;font-size:.875rem;font-weight:600;display:block}.input-wrapper{position:relative}.input-icon{pointer-events:none;color:#93c5fd;align-items:center;padding-left:.875rem;transition:color .2s;display:flex;position:absolute;top:0;bottom:0;left:0}.input-wrapper:focus-within .input-icon{color:#fff}.input-field{color:#fff;background-color:#1e40af4d;border:1px solid #93c5fd4d;border-radius:.75rem;outline:none;width:100%;padding:.75rem 1rem .75rem 2.75rem;transition:all .2s}.input-field::placeholder{color:#93c5fd}.input-field:focus{background-color:#1e40af66;border-color:#ffffff80;box-shadow:0 0 0 2px #ffffff4d}.label-row{justify-content:space-between;align-items:center;display:flex}.forgot-password-link{color:#bfdbfe;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.forgot-password-link:hover{color:#fff;text-decoration:underline}.password-toggle{cursor:pointer;color:#93c5fd;background:0 0;border:none;align-items:center;padding-right:.875rem;transition:color .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.password-toggle:hover{color:#fff}.checkbox-row{align-items:center;display:flex}.checkbox-input{accent-color:#3b82f6;cursor:pointer;background-color:#1e40af4d;border:1px solid #93c5fd4d;border-radius:.25rem;width:1rem;height:1rem}.checkbox-label{color:#dbeafe;cursor:pointer;margin-left:.5rem;font-size:.875rem;display:block}.submit-button{color:#1d4ed8;cursor:pointer;background-color:#fff;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.875rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.submit-button:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.submit-button:focus{outline:none;box-shadow:0 0 0 2px #ffffff80,0 0 0 4px #fff}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-button:hover .arrow-icon{transform:translate(.25rem)}.arrow-icon{transition:transform .2s}.spinner{color:#1d4ed8;width:1.25rem;height:1.25rem;margin-left:-.25rem;margin-right:.5rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-footer{border-top:1px solid #93c5fd4d;margin-top:2.5rem;padding-top:1.5rem}.footer-text{color:#bfdbfe;text-align:center;font-size:.875rem}.support-link{color:#fff;font-weight:600;text-decoration:none;transition:color .2s}.support-link:hover{color:#dbeafe}.error-message{color:#fecaca;text-align:center;background-color:#ef444426;border:1px solid #ef444480;border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem}@media (max-width:480px){.form-title{font-size:1.5rem}}
