.auth-form{width:100%;max-width:527px;padding:32px 20px;border-radius:8px;background:rgba(6,125,93,.8);-webkit-backdrop-filter:blur(13.9734px);backdrop-filter:blur(13.9734px);color:#eee;box-sizing:border-box;overflow:hidden;position:relative;z-index:5}.auth-form-container{display:flex;flex-direction:column;align-items:stretch;margin-bottom:40px}.auth-form__method{display:flex;flex-direction:column-reverse}.auth-form__method-item{margin-top:40px}.auth-form__separator{display:none}.auth-form__signup_form{width:100%;max-width:100%}.auth-form__signin_form,.auth-form__signup_form{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 52px;grid-row-gap:24px;row-gap:24px}.auth-form__input{min-height:52px;padding:17px 16px;height:52px;width:100%;max-width:100%;min-width:0;flex:1 1;border:none;border-radius:8px!important}.auth-form__input:focus{outline:none;border:none}.auth-form .input_wrapper{border-radius:8px!important}.auth-form__policy{white-space:wrap;color:var(--color-white)}.auth-form__subtitle{font-weight:600;line-height:20px;font-size:18px;font-feature-settings:"smcp";font-variant:small-caps;padding-bottom:24px}.auth-form__title{font-weight:600;font-size:24px;line-height:29px;margin-bottom:12px;justify-self:center;text-align:center}.auth-form__scope_selection{max-width:100%;width:100%;background:#64a694;border-radius:4px;display:flex;justify-content:space-between;align-items:center;justify-self:center;gap:8px;margin:12px 0 24px;flex-wrap:wrap}.auth-form__scope_selection .scope_selection_active{flex:1 1;background:#e7b92a;box-shadow:0 4px 10px rgba(11,66,54,.3);border-radius:4px;padding:8px 12px;color:var(--color-white);font-weight:600;font-size:16px;line-height:150%;text-align:center}.auth-form__scope_selection .scope_selection_link{flex:1 1;padding:8px 12px;color:#c8ded8;opacity:1;text-align:center}.auth-form__inform{line-height:20px;justify-self:center;text-align:center;margin-bottom:17px}.auth-form__social-wrapper{display:flex;justify-content:center;gap:13px}.auth-form__fieldset{padding:0;border:none}.auth-form__fieldset .form-group:not(:last-child),.auth-form__fieldset .form-group:nth-child(3){margin-bottom:12px}.auth-form__agreement{font-weight:300;font-size:13px;line-height:17px;text-align:left;color:#e6e6e6;margin-top:8px}.auth-form__agreement a:hover{color:var(--color-white)}.auth-form__footer{color:#e6e6e6;text-align:center}@media screen and (min-width:480px){.auth-form{padding:48px}}@media screen and (min-width:1024px){.auth-form__separator{display:block;margin-top:35px}.auth-form__method{flex-direction:column}.auth-form__method-item{margin-top:0}}