.auth-layout{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;max-width:100vw;height:100vh;background-color:#f8f8fa}.auth-layout__content{position:relative;z-index:1;display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:480px;padding:64px 60px 40px;background-color:var(--color-bg-main);border:1px solid var(--color-border-disabled);border-radius:var(--border-radius-l)}@media only screen and (max-width:1024px){.auth-layout__content{width:100%;max-width:100%;height:100vh;padding:40px 16px 16px}}.auth-layout__content-footer{display:flex;justify-content:center;align-items:center;width:100%;margin-top:56px}@media only screen and (max-width:1024px){.auth-layout__content-footer{margin-top:16px}.auth-layout__content-footer svg{width:24px}}.auth-layout__bg{position:absolute;right:-100px;bottom:-500px;z-index:0;width:724px}@media only screen and (max-width:1024px){.auth-layout__bg{display:none}}.auth-layout__top{margin-bottom:40px}.auth-layout__top h1{font:var(--size-350)/var(--size-450) Inter;font-weight:var(--font-weight-semi-bold)}@media only screen and (max-width:1024px){.auth-layout__top h1{font-size:var(--size-300);line-height:var(--size-350)}}.auth-layout__top h1{margin:0 0 8px}.auth-layout__top p{font:var(--size-175)/var(--size-200) Inter;font-weight:var(--font-weight-regular);margin:0}.auth-layout__top-link{margin-left:-28px;font-size:var(--size-300)!important;font-weight:var(--font-weight-semi-bold)!important}.auth-layout__top-link svg{width:24px}.auth-layout__wrapper{display:flex;flex-direction:column;justify-content:space-between;flex:1}@media only screen and (max-width:1024px){.auth-layout__form{display:flex;flex-direction:column;justify-content:space-between;flex:1}}.auth-layout__row{margin-bottom:16px}.auth-layout__info{font:var(--size-150)/var(--size-200) Inter;font-weight:var(--font-weight-medium);margin-bottom:56px;color:var(--color-text-primary)}.auth-layout__info_green{color:var(--color-text-message-active-2)}.auth-layout__input-icon{fill:var(--color-text-disabled)!important}
