1 2 3 4 5 6 7 8 9 10
.SignUpForm { display: flex; flex-direction: column; gap: 15px; } .error { margin: 0; color: red; }