.auth-form-wrapper{width:100%}.auth-form-wrapper .additional-actions{display:flex;justify-content:center;align-items:center}.login-button,.register-button{font-size:12px;font-weight:500;padding-bottom:6px!important}:root{--color-primary:#696eff;--color-primary-light:#9497ff;--color-primary-ultralight:#e1e2ff;--color-secondary:#2b2b35;--color-secondary-light:#55555d;--color-surface:#ffffff;--color-background:#f0f0f0;--color-tinfoil:#e6e6e6;--color-border:#e6e6e6;--color-border-secondary:#333333;--color-text-primary:#2b2b35;--color-text-secondary:#55555d;--color-text-inverted:#ffffff;--color-input-border:#e0e0e0;--color-input-border-hover:#2b2b35;--color-input-background:#ffffff;--color-input-background-inactive:#f9f9f9;--color-input-text-primary:#333333;--color-input-text-secondary:#999999;--shadow-text-input:rgba(0,0,0,0.05) 0px 2px 4px;--shadow-primary-highlight:rgb(105,110,255) 0px 0px 6px;--color-button-primary:#696eff;--color-button-primary-hover:#9497ff;--color-button-primary-pressed:#00034d;--color-button-primary-inactive:#e1e2ff;--color-button-secondary:#2b2b35;--color-button-secondary-hover:#55555d;--color-button-secondary-pressed:#00034d;--color-button-secondary-inactive:#f4f4f5;--color-button-tertiary:#f0f0f0;--color-button-tertiary-hover:#e0e0e0;--color-button-tertiary-pressed:#d0d0d0;--color-button-tertiary-inactive:#f0f0f0;--color-button-tertiary-dark:#e5e8f0;--color-button-tertiary-dark-hover:#c4cbde;--color-button-tertiary-dark-pressed:#b4bcd5;--color-button-tertiary-dark-inactive:#e5e8f0;--color-warning:#f8b400;--color-error:#fd5d5d;--color-error-light:#ffd1d6;--color-success:#5cc37a;--color-success-light:#d8f5d6;--color-info-light:#e5efff;--shadow-primary:rgba(0,0,0,0.05) 0px 2px 4px;--shadow-modal:0 0 10px rgba(0,0,0,0.1019607843);--shadow-error:0px 1px 10px 0px #fd5d5d;--color-skeleton-base:#e9ecef;--color-skeleton-highlight:rgba(255,255,255,0.35);--radius-sm:2px;--radius-base:5px;--radius-md:6px;--radius-lg:8px;--radius-medium:10px;--radius-xl:12px;--radius-xxl:15px;--radius-huge:16px;--radius-xxxl:20px;--radius-full:50%;--main-border-radius:8px;--color-list-header-background:#f4f4f5;--color-navigation-bar:#ffffff;--color-reserved-slot:#f6f7fa}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInY{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutY{0%{opacity:1;transform:translateY(0)}to{display:none;opacity:0;transform:translateY(-5px)}}@keyframes fadeInX{0%{opacity:0;transform:translateX(50vw)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInXFromLeft{0%{opacity:0;transform:translateX(-50vw)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOutX{0%{opacity:1;transform:translateX(0)}to{display:none;opacity:0;transform:translateX(50vw)}}.auth-modal-wrapper{display:flex;width:100%;height:100%;min-height:400px}@media(min-width:951px){.auth-modal-wrapper{flex-direction:row;align-items:stretch}}@media only screen and (max-width:1300px){.auth-modal-wrapper{flex-direction:column;align-items:center;justify-content:flex-start;min-height:auto}}.auth-modal-wrapper .auth-modal-form-wrapper{display:flex;flex-direction:column;justify-content:center;flex:1 1;min-height:0}@media(min-width:951px){.auth-modal-wrapper .auth-modal-form-wrapper{padding:60px}}@media(min-width:471px)and (max-width:1300px){.auth-modal-wrapper .auth-modal-form-wrapper{padding:40px}}@media(max-width:470px){.auth-modal-wrapper .auth-modal-form-wrapper{padding:20px;width:100%;justify-content:flex-start}}.auth-modal-wrapper .image-preview{flex:1 1;display:flex;align-items:center;justify-content:center;overflow:hidden}@media only screen and (max-width:1300px){.auth-modal-wrapper .image-preview{order:-1;max-height:200px;width:100%;flex:none}}@media(max-width:470px){.auth-modal-wrapper .image-preview{max-height:150px}}.auth-modal-wrapper .image-preview img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:1300px){.auth-modal-wrapper .image-preview img{object-fit:cover}}@media(max-width:470px){.auth-modal-wrapper.form-only .auth-modal-form-wrapper{padding:16px}}