.fl-password{margin:0;background:#f2f1ec;color:#403d2c;font:400 16px/1.5 var(--typography-1-family-body,Arial,sans-serif)}
.fl-password *{box-sizing:border-box}
.fl-password #MainContent{min-height:100vh;min-height:100svh;display:grid;place-items:center;padding:48px 20px}
.fl-password .password-page{width:100%;max-width:440px;background:#fcfcfb;border:1px solid #e1e0d7;border-radius:16px;padding:40px}
.fl-password .password-header{text-align:center;margin-bottom:32px}
.fl-password .password-logo{display:block;width:220px;max-width:100%;height:auto;margin:auto}
.fl-password .password-heading{font-size:28px;font-weight:500;letter-spacing:-.03em;line-height:1.2;margin:24px 0 0}
.fl-password .password-message{margin-bottom:24px}
.fl-password label{display:block;font-size:14px;margin-bottom:8px}
.fl-password input:not([type=hidden]){width:100%;min-height:48px;padding:12px 14px;background:#fff;border:1px solid #b9b9ac;border-radius:8px;color:inherit;font:inherit}
.fl-password button{width:100%;min-height:48px;margin-top:14px;padding:12px 18px;border:0;border-radius:8px;background:#526bb4;color:#fff;font:inherit;font-weight:500;cursor:pointer}
.fl-password button:hover{background:#42599b}
.fl-password :is(input,button,a):focus-visible{outline:3px solid #6e8ce6;outline-offset:3px}
.fl-password .signup-form{border-top:1px solid #dfdfd5;margin-top:32px;padding-top:28px}
.fl-password .signup-form__title{font-size:20px;font-weight:500;margin:0 0 18px}
.fl-password .signup-form__submit{background:transparent;color:#403d2c;border:1px solid #b9b9ac}
.fl-password .signup-form__submit:hover{background:#f2f1ec}
.fl-password .password-footer{margin-top:28px;text-align:center}
.fl-password .security-badge img{width:105px;height:auto}
.fl-password :is(.password-form__errors,.signup-form__errors){color:#962f2f;font-size:14px;margin-bottom:16px}
.fl-password .signup-form__success{color:#3f613d}
.fl-password .password-skip{position:absolute;left:16px;top:16px;padding:10px;background:#fff;transform:translateY(-200%)}
.fl-password .password-skip:focus{transform:none}
@media(max-width:480px){.fl-password #MainContent{padding:24px 16px}.fl-password .password-page{padding:28px 24px}.fl-password .password-logo{width:205px}}
