.styles_wrapper__K1vx1{min-height:100dvh;background:var(--background)}.styles_logoLink__dl3tD{position:absolute;top:20px;left:20px;display:inline-flex;align-items:center}.styles_center__k_uQg{min-height:100dvh;display:grid;place-items:center}.styles_card__4le7U{display:flex;flex-direction:column;gap:16px;width:100%;max-width:440px;margin:0 auto}.styles_input__64RT8{width:100%;height:auto;border-radius:12px;border:1px solid rgba(255,255,255,.4);background:transparent;font-size:18px;font-family:Inter-regular;color:var(--light);padding:14px 16px;outline:none}.styles_inputError__z5jx0{border:1px solid rgba(255,84,84,1)}.styles_input__64RT8::placeholder{font-size:18px;font-family:Inter-regular;color:rgba(255,255,255,.5)}.styles_input__64RT8:focus{transition:border .5s ease;border:1px solid rgba(255,255,255,.8)}.styles_button___ORiN{width:100%;height:auto;border-radius:12px;padding:14px 0;font-size:18px;font-family:Inter-regular;background:var(--light);color:var(--dark);cursor:pointer}.styles_errorText__XZDrp{color:rgba(255,84,84,1);text-align:center;font-size:16px;font-family:Inter-regular}@media (max-width:760px){.styles_card__4le7U{max-width:calc(100% - 40px)}.styles_input__64RT8{font-size:16px}.styles_input__64RT8::placeholder{font-size:16px}.styles_button___ORiN{font-size:16px}}.Toast_container__UKBaR{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.Toast_toast__jD014{min-width:260px;max-width:360px;border-radius:12px;padding:12px 14px;background:rgba(33,33,33,.95);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.12);opacity:0;transform:translateY(8px);animation-name:Toast_toast-enter-exit__jKtIf;animation-timing-function:ease;animation-fill-mode:forwards}.Toast_title__lRtWS{font-family:Inter-SemiBold;font-size:14px;margin-bottom:4px}.Toast_description__s1_sI{font-family:Inter-regular;font-size:14px;color:rgba(255,255,255,.9)}.Toast_success__TYjhB{border-color:rgba(64,199,129,.6)}.Toast_error__tQik5{border-color:rgba(255,84,84,.75)}.Toast_info__A0PiL{border-color:rgba(255,255,255,.25)}@keyframes Toast_toast-enter-exit__jKtIf{0%{opacity:0;transform:translateY(8px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}