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