body { background: #0f2642; min-height: 100vh; }
main { margin: 24px auto; }
input[type=email], input[type=text] { width: 100%; border: 1px solid #667085; border-radius: 8px; padding: 12px; font: inherit; min-height: 44px; }
button { width: 100%; background: #f28c00; color: #0f2642; }
button:hover { background: #ffc86b; color: #0f2642; }
button:active { background: #e88100; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: #174c84; text-underline-offset: 3px; }
.text-link:hover { color: #0f2642; }
strong { overflow-wrap: anywhere; }
.registration-cancel { margin-top: 12px; background: transparent; color: #174c84; text-decoration: underline; }
.registration-cancel:hover { background: #f5f7fb; color: #0f2642; }
@media(max-width:480px) { main { margin: 0 auto; } }
