.campo-error {
    border: 2px solid #d60000 !important;
    background-color: #fff0f0 !important;
    box-shadow: 0 0 0 3px rgba(214,0,0,0.12) !important;
}

.mensaje-error-campo {
    color: #d60000;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 8px;
    font-weight: bold;
}
