body { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #111; color: white; font-family: sans-serif; } form { display: flex; flex-direction: column; gap: 10px; background: #222; padding: 20px; border-radius: 10px; } input { padding: 5px; border-radius: 5px; border: none; } button { padding: 10px; border: none; border-radius: 5px; background: #0b84ff; color: white; cursor: pointer; }

Please complete the CAPTCHA