
.brator-contact-form-field {
    height: 80px;
}
.brator-contact-form-field label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color: red;
    top: -20px;
    position: relative;
    font-size: 13px;
}

.brator-contact-form-field-info label.error {
    color: red;
    margin-left: 10px;
    position: relative;
    display: block;
    bottom: -7px;
    font-size: 13px;
}
.input-checkbox-one input[type=checkbox]:checked + label + span::after, .brator-contact-form-fields .brator-contact-form-field-info input[type=checkbox]:checked + label + span::after {
    background-color: #f73312;
    border-color: #f73312;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 1px;
    background-position-y: 1px;
}