input.error {
    border-color: red !important;
}

input, textarea {
    margin-bottom: 0.5em;
}

button {
    margin-top: 2em;
}

.invalid-message {
    font-size: 0.8em;
    margin: 0;
    color: red;
}
