.error_message {
    color: red;
    margin: 10px;
    font-size: 10px;
}
.error_field {
    background-color: #ffc0cb;
}
.contact_agree {
    text-align: center;
    font-size: 1.6em;
}
.form_error_message {
    font-size: 12px;
    color: red;
    min-height: 0px;
    margin-top: 0px;
}
.form_error_message_top {
    font-size: 1.3em;
    margin-left: auto;
    margin-right: auto;
    color: red;
}