form { display: flex; flex-direction: column; text-align: center; margin: 40px auto 0 auto; width: 400px; } form label { text-align: left; margin-left: 5px; margin-bottom: 3px; } input,select { background-color: $secondary-bg-color-light; border: none; border-radius: 3px; padding: 5px 10px; font-size: 0.9em; color: $text-color; margin-bottom: 20px; } input[type=submit]:hover { background-color: $secondary-bg-color-lighter; cursor: pointer; }