/* Write your custom CSS here */

.mail-author img {
    width: 30px;
    border-radius: 30px;
    margin-right: 10px;
}

.errorCampo{
    border: 1px solid #b72020;
    
}

.errorParrafo{
    background-color: #b72020;
    color: #fff;
    font-size: 12px;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
    padding: 3px;
    display: none;
}
.d-block{
    display: block;
}
.mensaje-error{
    background-color: #dd334f;
    color: #efc5c5;
    font-size: 15px;
    border-radius: 10px;
    padding:3px 0;
    display: none;
}