:root{--primary-color: #fff;--bg-color: #101013;--form-bg-color: #1d1d1d;--password-checker-color: #a1a1aa;--input-hover: #fff;--btn-bg-color: #fdf100;--btn-color: #181429;--success: #32cd32;--error: red}.container.svelte-1vq5phh{width:480px;height:630px;background:var(--form-bg-color);display:flex;flex-direction:column;align-items:center;border-radius:10px;box-shadow:0 5px 30px 10px #fdf10066}.form-title.svelte-1vq5phh{text-transform:uppercase;font-size:1.25rem;font-weight:500;letter-spacing:.0125em;line-height:2rem}form.svelte-1vq5phh{width:90%;display:flex;flex-direction:column;gap:20px}.form-group.ip.svelte-1vq5phh{display:none}.password-checker-container.svelte-1vq5phh{margin:20px 12px 0;color:var(--password-checker-color);display:flex;flex-direction:column;gap:2px;font-size:12px}.password-checker-container.svelte-1vq5phh p:where(.svelte-1vq5phh){margin:0}.password-checker-container.svelte-1vq5phh p.valid:where(.svelte-1vq5phh){color:var(--success);text-decoration:line-through}label.svelte-1vq5phh{position:relative;bottom:3px}input.svelte-1vq5phh{width:100%;height:34px;padding:5px;border:1px solid black;border-radius:5px;outline:none;box-sizing:border-box;transition:all .3s;background:var(--bg-color);color:var(--primary-color)}input.svelte-1vq5phh:valid{border:1px solid var(--success)}input.svelte-1vq5phh:invalid{border:1px solid var(--error)}.submit-btn.svelte-1vq5phh{position:relative;cursor:pointer;color:var(--btn-color);background-color:var(--btn-bg-color);background-image:linear-gradient(180deg,#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a);border:none;border-radius:10px;width:100%;margin-top:5px;font-size:14px;font-weight:500;line-height:1.715em;min-height:36px;display:flex;justify-content:center;align-items:center}.submit-btn.loading.svelte-1vq5phh{color:var(--btn-bg-color);cursor:not-allowed;opacity:.8}.submit-btn.svelte-1vq5phh:hover{filter:brightness(200%);background:var(--btn-bg-color)}.submit-btn.svelte-1vq5phh:focus{outline:none}.spinner.svelte-1vq5phh{width:30px;height:30px;animation:svelte-1vq5phh-spin 1s linear infinite;position:absolute;display:none}.submit-btn.loading.svelte-1vq5phh .spinner:where(.svelte-1vq5phh){display:block}@keyframes svelte-1vq5phh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message-container.svelte-1vq5phh{flex-direction:column;align-items:center;border:1px solid var(--form-bg-color);border-radius:5px;width:90%;margin-top:20px;display:flex;justify-content:center;color:var(--primary-color)}.message-container.success.svelte-1vq5phh{border:1px solid var(--success)}.message-container.error.svelte-1vq5phh{border:1px solid var(--error)}.message-container.svelte-1vq5phh h3.success:where(.svelte-1vq5phh){color:var(--success)}.message-container.svelte-1vq5phh h3.error:where(.svelte-1vq5phh){color:var(--error)}.message-container.svelte-1vq5phh .redirect-btn:where(.svelte-1vq5phh){display:none;justify-content:center;align-items:center;padding:12px 24px;font-size:1.2rem;font-weight:700;color:var(--btn-color);background:var(--btn-bg-color);border:2px solid var(--btn-bg-color);border-radius:8px;text-decoration:none;transition:all .3s ease-in-out;cursor:pointer;box-shadow:0 4px 6px #0003;margin:20px 0}.message-container.svelte-1vq5phh .redirect-btn.display:where(.svelte-1vq5phh){display:inline-flex}.message-container.svelte-1vq5phh .redirect-btn.display:where(.svelte-1vq5phh):hover{background:var(--btn-color);color:var(--btn-bg-color);transform:scale(1.05);box-shadow:0 6px 10px #0000004d}.shake.svelte-1vq5phh{animation:svelte-1vq5phh-shake 3s ease-in-out infinite}@keyframes svelte-1vq5phh-shake{0%{transform:translate(0)}10%{transform:translate(-5px,-5px)}20%{transform:translate(5px,-5px)}30%{transform:translate(-5px,5px)}40%{transform:translate(5px,5px)}50%{transform:translate(-5px)}60%{transform:translate(5px)}70%{transform:translateY(-5px)}80%{transform:translateY(5px)}90%{transform:translate(-5px,-5px)}to{transform:translate(0)}}
