:root{--primary-blue:#3F51B5;--muted-foreground:#6b7280;--panel-white:#ffffff}.auth-page-container{display:flex;min-height:100vh;width:100%}.auth-left-panel{flex:1.759;background:linear-gradient(135deg,rgba(63,81,181,.95),rgba(40,53,147,.9)),url(/images/auth-left-bg.jpg);background-size:cover;background-position:50%;color:white;display:flex;align-items:center;position:relative;padding:48px 32px;overflow:hidden}.auth-left-inner{max-width:560px;z-index:2;color:#e9e9ef!important;margin-left:160px;font-size:2.1875rem;font-weight:600;line-height:1.2;opacity:90%}.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;margin:0;padding:0;z-index:1}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(255,255,255,.2);bottom:-150px;animation:animateBubbles 25s linear infinite;border-radius:20px}.circles li:first-child{left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animateBubbles{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}.auth-left-heading{font-size:36px;line-height:1.2;font-weight:700;text-shadow:0 6px 20px rgba(0,0,0,.25)}.auth-left-subheading{margin-top:16px;color:rgba(255,255,255,.9);font-weight:500}.auth-right-panel{flex:0.85;background:var(--panel-white);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:40px 24px}.auth-header{width:100%;text-align:center;padding-bottom:16px;padding-top:20px;flex-shrink:0}.auth-logo{display:inline-block}.auth-content-area{width:100%;max-width:450px;flex-grow:1;display:flex;flex-direction:column;justify-content:center;padding:40px 0}.auth-instruction-box{background:#aae1cb;border:1px solid #95dabe;padding:.75rem 1.25rem;border-radius:.25rem;margin-bottom:18px;color:#08261A}.auth-footer{width:100%;text-align:center;font-size:.8rem;color:#666666;padding-top:24px;padding-bottom:8px;border-top:none;flex-shrink:0}.auth-footer p{margin:0;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.auth-footer a{color:#4f46e5;text-decoration:none;transition:color .3s ease}.auth-footer a:hover{color:#4338ca;text-decoration:underline}.auth-footer .separator{color:#444E5A;background-color:#FFFFFF}@media (max-width:768px){.auth-page-container{flex-direction:column}.auth-left-panel{display:none}.auth-right-panel{flex:none;min-height:100vh;padding:20px 12px;align-items:stretch}.auth-content-area{max-width:100%;margin-top:20px}.auth-left-heading{font-size:22px}}.auth-form-container h2{font-size:1.7em;margin-bottom:5px;font-weight:600;font-family:roboto,sans-serif}.auth-form-container{text-align:center}.auth-content-area>*{margin-bottom:0}.auth-content-area [class*=CardHeader]{padding:0 0 32px;text-align:center}.auth-content-area [class*=CardTitle]{font-size:28px;font-weight:700;line-height:1.3;margin-bottom:12px}.auth-content-area .text-center.text-muted-foreground,.auth-content-area [class*=CardDescription]{font-size:14px;color:#6b7280}.auth-content-area [class*=CardContent]{padding:0}.auth-forgot-password{font-weight:400;margin-top:0}.auth-forgot-password,.auth-send-button{margin-bottom:20px;font-family:roboto,sans-serif}.auth-send-button{width:100%;padding:10px;background-color:var(--primary-blue);color:white;border:none;border-radius:4px;cursor:pointer;font-size:1em}.auth-error-message{color:#dc3545;font-size:.9em;margin-top:5px;margin-bottom:0;text-align:left}.auth-reset-form input.auth-input-error{border-color:#9370db;box-shadow:0 0 0 1px #9370db}.auth-success-view{text-align:center}.auth-success-message{color:var(--muted-foreground);font-size:1em;line-height:1.5;margin:30px 0;padding:0 10px}.auth-success-email{font-weight:700;color:var(--muted-foreground)}.auth-resend-section{margin:30px 0;padding:20px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;text-align:center}.auth-resend-text{margin:0 0 15px;color:var(--muted-foreground);font-size:.95em;font-weight:500}.auth-resend-button{background-color:var(--primary-blue);color:white;border:none;border-radius:6px;padding:10px 20px;font-size:.9em;font-weight:500;cursor:pointer;transition:background-color .3s ease;font-family:roboto,sans-serif}.auth-resend-button:hover:not(:disabled){background-color:#2868c7}.auth-resend-button:disabled{background-color:#ccc;cursor:not-allowed}.auth-additional-help{margin-top:20px;padding:15px;background-color:#f8f9fa;border-radius:6px;text-align:center}.auth-help-text{margin:0;color:#666;font-size:.85em;line-height:1.4}.auth-contact-box{display:inline-flex;align-items:center;border:1px solid #ccc;padding:5px 10px;border-radius:20px;cursor:pointer;color:var(--muted-foreground);margin-bottom:10px;background:none}.auth-copyright a{color:#999;text-decoration:none}