.container { padding: 2rem 2rem; border-radius: var(--border-radius); box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } .form { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; } .formGroup { margin-bottom: 1rem; } .formHeader { margin-bottom: 1rem; }