p.contato-errors{   margin: 0 50px;
    background: #ffd4d4;
    border: 1px solid #ec9595;
    transform: translateY(20px);
    padding: 10px 20px;
    color: #a24646 !important;
}
p.contato-errors b{
    color: #a24646 !important;
}

p.contato-errors.success{
    background: #87a93f;
    border-color: #228022;
    color: #ffffff !important;
}
p.contato-errors.success b{
    color: #ffffff !important;
}