form#standard fieldset {
    margin-bottom: 3px;
}

/* Aligns the email field with the Submit button below it */
form#standard label {
    margin-right: 5px;
}

/* Contains the success/error message from the server. Styling is the same as the .submit div to make the message aligned */
.response {
    clear: both;
    padding: 5px 0 15px 13em;
}

.response > .success {
    color: green;
}

#recaptchaError {
    padding-top: 2px;
    width: unset;
    float: none; /* remove float otherwise if the message is too long it will move to a new line and not line up with the fields */
}