/**
 * Form Validation Errors
 */
.error-message {
    color: red;
    font-style: italic;
    font-size: 16px;
}