.LoginForm_wrapper__1OQCR{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100svh;padding:2rem 1.5rem;background:#ffffff;animation:LoginForm_fadeIn__2ZX9q .6s ease}.LoginForm_logoBlock___IoZ1{margin-bottom:3.5rem;animation:LoginForm_fadeUp__Y63wN .7s ease both}.LoginForm_logo__72i55{width:min(320px,72vw);height:auto}.LoginForm_form__1ml4Z{width:min(360px,100%);display:flex;flex-direction:column;gap:1.75rem;animation:LoginForm_fadeUp__Y63wN .7s ease .1s both}.LoginForm_field__5UoPO{display:flex;flex-direction:column;gap:.5rem}.LoginForm_field__5UoPO label{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.LoginForm_field__5UoPO input{background:transparent;border:none;border-bottom:1px solid var(--border);padding:.75rem 0;color:var(--text);outline:none;transition:border-color .2s ease}.LoginForm_field__5UoPO input:focus{border-bottom-color:var(--text-muted)}.LoginForm_field__5UoPO input::placeholder{color:var(--text-muted);opacity:.5}.LoginForm_error__SBMQD{font-size:.875rem;color:var(--error)}.LoginForm_submit__KrkbJ{margin-top:.5rem;padding:.875rem 1.5rem;background:var(--accent);color:var(--accent-text);border:none;cursor:pointer;font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .2s ease,opacity .2s ease}.LoginForm_submit__KrkbJ:hover:not(:disabled){background:var(--accent-hover)}.LoginForm_submit__KrkbJ:disabled{opacity:.5;cursor:not-allowed}