#contactForm input.error[type="text"],
#contactForm input.error[type="email"],
#contactForm textarea.error,
#contactForm select.error{
    border: 1px solid red!important;
}
#message-sent {
    color: white;
    display: none;
    margin: 10px 0;
}

#contactForm .error-container label {
    color: red;
    display: block;
    font-style: italic;
}
#contact-loader {
    display: none;
    margin-left: 20px;
    vertical-align: middle;
}

label.error, input.error, textarea.error {
    color: red;
    border: 1px solid red!important;
}

.form-group label{
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}

.no-padding{
    padding-left: 0;
    padding-right: 0;
}

.btn_cadastrar{
    background-color: #850516;
    border: 4px solid #850516;
    display: inline-block;
    padding: 15px 0px;
    width: 60%;
    border-radius: 3px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 0;
    transition: all 0.2s linear;
}

.btn_cadastrar:hover, .btn_cadastrar:focus, .btn_cadastrar:active{
    background-color: #850516;
    border: 4px solid #910519;
    color: #fff;
}