.form-error {
    color: #d63737 !important;
    font-weight: 400 !important;
}

.form-error.show-error {
    display: block;
    position: relative;
    top: 3px;
    font-size: 0.8em;
    font-weight: 300;
}

.form-error.hide-error {
    display: none;
}

.submission-message {
    padding: 5px;
    font-weight: 800;
}

.submission-message.success {
    color: #367736;
}

.submission-message.failed {
    color: #c40a1e;
}