/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/03/2018, 15:33:32
    Author     : Josiano Carvalho
*/



div.wpcf7-response-output {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 1rem 0.5em 1rem;

}

div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

div.wpcf7-spam-blocked {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.wpcf7-form-control-wrap {
    position: relative;
}

