#error_name,
#error_mail,
#error_tel,
#error_web,
#error_message {
    display: none;
}

div[id^='error_'] {
    color: red;
}

#success {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 2%;
    font-family: montserrat, Arial, sans-serif;
    font-weight: 700;
}

#success p {
    margin-top: 0;
    margin-bottom: 0;
}

#contact.bs-form .container .form-and-success {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.quform-error {
    padding: 3px 10px 3px 10px;
    margin: 0;
    line-height: 16px;
    background: #F3CAC7;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #fa8b83;
    float: left;
}