body.login-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.auth-wrapper{position:relative;width:100%;max-width:350px;min-height:700px;overflow:hidden}.auth-wrapper .limit-reached{font-size:14px;text-align:center;margin:0 0 20px;color:red}.auth-section{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;padding:20px 25px;border-radius:10px;background-color:#fff;position:absolute;top:0;transform:translateX(100%);visibility:hidden;transition:transform .5s ease-in-out,visibility 0s linear .5s}.auth-section.is-active{transform:translateX(0);visibility:visible;transition:transform .5s ease-in-out,visibility 0s}.auth-section.is-past{transform:translateX(-100%)}.auth-section .logo{width:52px;height:52px;background-image:url(/static/img/logo-color.png?v=1784807850);background-size:contain;background-repeat:no-repeat;background-position:center;margin:10px 0 30px}.auth-section h1{margin:0;text-align:center;font-size:32px;font-weight:500;color:#233a5e}.auth-section h4{margin:0 0 35px;text-align:center;font-size:16px;font-weight:400;color:var(--text-muted)}.auth-section .email-login-wrapper{margin-bottom:10px;width:100%}.auth-section .email-login-wrapper .input-wrapper{position:relative;width:100%;margin-bottom:10px;border:1px solid #CFD2D8;border-radius:5px;overflow:hidden}.auth-section .email-login-wrapper .input-wrapper input{width:100%;min-width:100px;height:40px;padding:0 45px 0 15px;border:0;font:inherit;outline:none}.auth-section .email-login-wrapper .form-field{margin-bottom:18px}.auth-section .email-login-wrapper .form-field label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#111}.auth-section .email-login-wrapper .input-wrapper .reveal{position:absolute;top:12px;right:12px;width:18px;height:18px;min-width:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:#4b5262;cursor:pointer;display:flex;align-items:center;justify-content:center}.auth-section .email-login-wrapper .input-wrapper .reveal:hover{background:transparent}.auth-section .reveal .is-off{display:none}.auth-section .reveal.is-shown .sp-icon{display:none}.auth-section .reveal.is-shown .is-off{display:block}.auth-section .email-login-wrapper .login-options{display:flex;justify-content:space-between;align-items:center;font-size:12px;line-height:1em;user-select:none}.auth-section .email-login-wrapper .login-options label{cursor:pointer;margin:0;display:inline-flex;align-items:center;gap:7px}.auth-section .email-login-wrapper .login-options label input{margin:0}.auth-section .email-login-wrapper .login-options label span{color:#000}.auth-section .email-login-wrapper .login-options a{color:var(--text-placeholder);vertical-align:middle;cursor:pointer;text-decoration:none}.auth-section .email-login-wrapper .login-options a:hover{color:#3e54f9}.auth-section .email-login-wrapper .login-options a:active{color:#5367ff}.auth-section .email-login-wrapper .info-msg{min-height:22px;color:#389815;font-size:14px;text-align:center;margin-top:5px}.auth-section .email-login-wrapper .info-msg.info-msg--hidden{visibility:hidden}.auth-section .email-login-wrapper .info-msg.error-msg{color:#ff4747}.auth-section .email-login-wrapper button[type=submit]{background-color:var(--primary-color);color:#fff;text-align:center;padding:0;border:0;margin-top:5px}.auth-section .email-login-wrapper button[type=submit]:hover:not([disabled]){background-color:#3a4ee5}.auth-section .email-login-wrapper button[type=submit]:active:not([disabled]){background-color:#3e54f9}.auth-section .email-login-wrapper button.resend{background-color:transparent;color:var(--text-muted,#6b7280);min-width:0;width:auto;height:auto;margin:2px auto 0;padding:6px 4px;border:0;font-size:13px;text-decoration:underline}.auth-section .email-login-wrapper button.resend:hover:not([disabled]){background-color:transparent;color:#111827}.auth-section .email-login-wrapper button.resend:active:not([disabled]){background-color:transparent}.auth-section button,.auth-section .google-signin-decor{background-color:transparent;height:40px;line-height:1em;min-width:230px;width:100%;margin-bottom:10px;padding-left:40px;border-radius:5px;border:1px solid var(--border-input);color:#4b5262;text-align:left;font-size:14px;font-weight:500;background-repeat:no-repeat;background-position:10px center;background-size:20px 20px;cursor:pointer;font-family:inherit}.auth-section button:hover{background-color:#edeef3}.auth-section button:active{background-color:#f7f7f9}.auth-section button[disabled]{background-color:#eaeaea;opacity:.5;cursor:default}.auth-section button.google,.auth-section .google-signin-decor{background-image:url(/static/img/google-icon.svg?v=1784807850)}.auth-section button.apple{background-image:url(/static/img/apple-icon.svg?v=1784807850)}.auth-section .section-back{position:absolute;top:12px;left:12px;display:flex;align-items:center;justify-content:center;width:36px;min-width:36px;height:36px;margin-bottom:0;padding:0;border:0;border-radius:50%;background-color:transparent;background-image:none;color:#4b5262;text-align:center}.auth-section .section-back:hover{background-color:#edeef3;color:#233a5e}.auth-section .section-back:active{background-color:#f7f7f9}.auth-section .google-signin-wrap{position:relative;width:100%;min-width:230px;min-height:40px;margin-bottom:10px}.auth-section .google-signin-decor{display:block;pointer-events:none;margin-bottom:0;user-select:none}.auth-section .google-signin-host{position:absolute;inset:0;z-index:1;opacity:0;overflow:hidden;cursor:pointer;display:block}.auth-section .section-navigation{margin-top:60px;font-size:14px;color:var(--text-muted)}.auth-section .section-navigation span{font-weight:400}.auth-section .section-navigation a{cursor:pointer;margin-left:10px;font-weight:500;text-decoration:underline;color:inherit}.auth-section .section-navigation a:hover{color:#3e54f9}.auth-section .section-navigation a:active{color:#5367ff}@media (max-width:1250px){.auth-wrapper{display:flex;justify-content:center;align-items:center;width:100vw;max-width:none;min-height:auto;flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.auth-section{max-width:80vw;top:16px}.auth-section .logo{width:30px;height:30px;margin-bottom:0}.auth-section .section-navigation{margin-top:20px}}