/* comeco do contato */
textarea.input-error,
input.input-error {
    border: solid #E42828 !important;
}

textarea.input-success,
input.input-success {
    border: solid #8FBC8E  !important;
}

section.loader {
    position: fixed;
    z-index: 10019;
    top: 0;
    background-color: rgba(255, 255, 255, 0.72);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
/* fim do contato */