.auth-window-page{background:#eef3f8;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-window{background:#fff;border:1px solid #d7e0ea;border-radius:8px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 18px 42px #0f233724}.auth-window__header{text-align:center;background:#041a4d;flex-direction:column;justify-content:center;align-items:center;padding:36px 32px;display:flex}.auth-window__logo{box-sizing:border-box;object-fit:contain;background:0 0;width:min(260px,100%);height:86px;display:block}.auth-window__subtitle{color:#d8e4ef;font-size:var(--current-font-size-body,14px);margin:0;line-height:1.45}.auth-window__body{padding:32px}.auth-window .auth-form{flex-direction:column;gap:14px;display:flex}.auth-window .auth-field{flex-direction:column;gap:8px;display:flex}.auth-window .auth-field-label{color:#0f2340;font-size:13px;font-weight:600;line-height:1.35}.auth-window .auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:flex}.auth-window .auth-forgot{justify-content:flex-end;margin-top:-2px;display:flex}.auth-window .button--default{color:#fff;background-color:#041a4d;width:100%;box-shadow:0 10px 18px #041a4d38}.auth-window .button--default:hover:not(:disabled){color:#fff;background-color:#08256a}.auth-window .button--default:active:not(:disabled){color:#fff;background-color:#03143d}.auth-window .auth-link,.auth-window .login__forgot-link{color:#e64dff;font-size:14px;font-weight:400;line-height:1.4;text-decoration:none}.auth-window .auth-link:hover,.auth-window .login__forgot-link:hover{color:#c400e6;text-decoration:underline}@media (width<=480px){.auth-window-page{padding:16px}.auth-window__header{padding:30px 20px}.auth-window__logo{width:min(230px,100%);height:76px}.auth-window__body{padding:24px 20px}}
