.feedback-form-box--bg {
    background-image: url(/local/templates/main/dist/img/content/bg-form.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feedback-form {
    padding: 20px 0;
}

.feedback-form-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.feedback-form__captcha {
    margin-bottom: 40px;
}

.feedback-form__footer .button {
    min-width: 282px;
}

.feedback-form__success {
    margin-bottom: 20px;
    color: #40AE49;
    font-size: 16px;
}
.feedback-form__errors,
.feedback-form__errors .errortext {
    margin-bottom: 20px;
    color: #D20429 !important;
}

@media (max-width: 767px) {
    .feedback-form__captcha {
        margin-bottom: 20px;
    }
}
