.LoginForm_card__rjwZI{width:90%;max-width:420px;margin:4rem auto;padding:2rem;border-radius:8px;display:flex;flex-direction:column;box-shadow:0 0 0 1px #e5e7eb}.LoginForm_card__rjwZI h1{margin-bottom:1.5rem;text-align:center}.LoginForm_form__tgXOg{display:flex;flex-direction:column;gap:1rem;width:100%}.LoginForm_form__tgXOg input{padding:.75rem;border:1px solid #ccc;border-radius:6px;width:100%;display:block}.LoginForm_form__tgXOg button{padding:.75rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;width:100%;display:block}.LoginForm_form__tgXOg button:hover{background:#4338ca}.LoginForm_error__OFz9z{color:#e11d48;font-size:.875rem;display:block;width:100%}.LoginForm_link__m_Hzs{display:block;margin-top:1rem;text-align:center;width:100%;color:#171717;font-size:.875rem;text-decoration:none;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.LoginForm_link__m_Hzs:hover{color:#4f46e5}.LoginForm_createAccountButtonContainer__Tdd0V{display:flex;justify-content:center;align-items:center}.LoginForm_createAccountButton__L7R7E{width:-moz-fit-content!important;width:fit-content!important;padding:.75rem;background:transparent;color:#4f46e5;border:1px solid #4f46e5;border-radius:6px;cursor:pointer;width:100%;display:block;margin-top:1.5rem;font-weight:500;transition:all .2s}.LoginForm_createAccountButton__L7R7E:hover{background:#eef2ff}.LoginForm_loadingSpinner__fMZx5{width:20px;height:20px;border:2px solid;border-color:#fff #fff transparent;border-radius:50%;display:inline-block;animation:LoginForm_rotation__d5mul 1s linear infinite;margin:0 auto}@keyframes LoginForm_rotation__d5mul{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login_container__dKYZP{min-height:100vh;display:flex;flex-direction:column}.login_container__dKYZP>:nth-child(2){flex:1 1;display:flex;align-items:center;justify-content:center;padding:2rem 0}