.auth-page{display:flex;width:100%;min-height:100vh;min-height:100dvh}.auth-page .authentication-inner{flex:1 1 auto;width:100%}.auth-page .authentication-bg{background-color:#fff}.auth-page .auth-brand-panel{position:relative;width:100%;min-height:100%;display:flex;align-items:center;overflow:hidden;padding:3rem;color:#fff;background:linear-gradient(135deg, #2089dc 0%, #1667ac 52%, #0e3f6d 100%)}.auth-page .auth-brand-panel::before,.auth-page .auth-brand-panel::after{content:"";position:absolute;border-radius:50%;z-index:0}.auth-page .auth-brand-panel::before{width:34rem;height:34rem;top:-12rem;right:-10rem;background:radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 70%)}.auth-page .auth-brand-panel::after{width:28rem;height:28rem;bottom:-11rem;left:-8rem;background:radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%)}.auth-page .auth-brand-panel-inner{position:relative;z-index:1;width:100%;max-width:30rem;margin:0 auto}.auth-page .auth-brand-panel-logo{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:3rem;color:#fff;font-size:1.375rem;font-weight:700;letter-spacing:-0.01em;text-decoration:none}.auth-page .auth-brand-panel-logo img{width:2rem;height:2rem}.auth-page .auth-brand-panel-logo:hover,.auth-page .auth-brand-panel-logo:focus{color:#fff;opacity:.9}.auth-page .auth-brand-panel-title{margin-bottom:1rem;color:#fff;font-size:2rem;font-weight:700;line-height:1.25;letter-spacing:-0.02em}.auth-page .auth-brand-panel-lead{margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.6;color:rgba(255,255,255,.82)}.auth-page .auth-brand-panel-list{display:flex;flex-direction:column;gap:1.125rem;margin:0;padding:0;list-style:none}.auth-page .auth-brand-panel-list li{display:flex;align-items:flex-start;gap:.875rem;font-size:.9375rem;line-height:1.5;color:rgba(255,255,255,.92)}.auth-page .auth-brand-panel-list svg{flex:0 0 auto;width:1.375rem;height:1.375rem;margin-top:.0625rem;color:#fff;opacity:.9}.auth-page .auth-form{width:100%;max-width:25rem;margin:0 auto}.auth-page .auth-form-brand{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.25rem;font-weight:700;letter-spacing:-0.01em;text-decoration:none;color:var(--bs-heading-color, #384551)}.auth-page .auth-form-brand img{width:1.75rem;height:1.75rem}.auth-page .auth-form-title{margin-bottom:.375rem;font-size:1.5rem;font-weight:600;letter-spacing:-0.01em}.auth-page .auth-form-subtitle{margin-bottom:1.75rem;color:var(--bs-secondary-color, #6d7883)}.auth-page .auth-toggle-password{display:flex;align-items:center;justify-content:center;padding:0 .75rem;border:1px solid var(--bs-border-color, #dbdee0);border-left:0;border-radius:0 var(--bs-border-radius, 0.375rem) var(--bs-border-radius, 0.375rem) 0;background:rgba(0,0,0,0);color:var(--bs-secondary-color, #6d7883);cursor:pointer}.auth-page .auth-toggle-password svg{width:1.25rem;height:1.25rem}.auth-page .auth-toggle-password:hover{color:var(--bs-body-color, #384551)}.auth-page .auth-toggle-password:focus-visible{outline:2px solid #2089dc;outline-offset:-2px}.auth-page .auth-caps-hint{display:none;align-items:center;gap:.375rem;margin-top:.5rem;font-size:.8125rem;color:var(--bs-warning-color, #b4762a)}.auth-page .auth-caps-hint.is-visible{display:flex}.auth-page .auth-caps-hint svg{width:1rem;height:1rem;flex:0 0 auto}.auth-page .auth-submit{position:relative}.auth-page .auth-submit .auth-submit-spinner{display:none;width:1rem;height:1rem;margin-right:.5rem;vertical-align:-0.125rem}.auth-page .auth-submit.is-loading .auth-submit-spinner{display:inline-block}.auth-page .auth-sent{text-align:center}.auth-page .auth-sent-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1.5rem;border-radius:50%;color:#2089dc;background:rgba(32,137,220,.12)}.auth-page .auth-sent-icon svg{width:2rem;height:2rem}.auth-page .auth-sent-icon.auth-sent-icon-muted{color:var(--bs-secondary-color, #6d7883);background:rgba(109,120,131,.12)}.auth-page .auth-sent-hint{margin-bottom:0;font-size:.8125rem;line-height:1.6;color:var(--bs-secondary-color, #6d7883)}.auth-page .auth-back-link{display:inline-flex;align-items:center;gap:.25rem}.auth-page .auth-back-link svg{width:1.125rem;height:1.125rem}.auth-page .auth-footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem 1rem;margin-top:2rem;font-size:.8125rem;color:var(--bs-secondary-color, #6d7883)}.auth-page .auth-footer-links a{color:inherit;text-decoration:none}.auth-page .auth-footer-links a:hover{color:var(--bs-body-color, #384551);text-decoration:underline}.auth-page .auth-app-link{display:inline-flex;align-items:center;gap:.375rem}.auth-page .auth-app-link svg{width:1rem;height:1rem}.auth-page .invalid-feedback.is-shown{display:block}.dark-style .auth-page .authentication-bg{background-color:#2f3349}.dark-style .auth-page .auth-brand-panel{background:linear-gradient(135deg, #1a6ba9 0%, #12507f 52%, #0a2f52 100%)}.dark-style .auth-page .auth-form-brand{color:var(--bs-heading-color, #cfd3ec)}