.fb-form-custom-style .formbuilder-error-container input[type="text"], 
.fb-form-custom-style .formbuilder-error-container input[type="email"], 
.fb-form-custom-style .formbuilder-error-container input[type="url"], 
.fb-form-custom-style .formbuilder-error-container input[type="password"], 
.fb-form-custom-style .formbuilder-error-container input[type="search"], 
.fb-form-custom-style .formbuilder-error-container input[type="number"], 
.fb-form-custom-style .formbuilder-error-container input[type="tel"], 
.fb-form-custom-style .formbuilder-error-container input[type="range"], 
.fb-form-custom-style .formbuilder-error-container input[type="date"], 
.fb-form-custom-style .formbuilder-error-container input[type="month"], 
.fb-form-custom-style .formbuilder-error-container input[type="week"], 
.fb-form-custom-style .formbuilder-error-container input[type="time"], 
.fb-form-custom-style .formbuilder-error-container input[type="datetime"], 
.fb-form-custom-style .formbuilder-error-container input[type="datetime-local"], 
.fb-form-custom-style .formbuilder-error-container input[type="color"], 
.fb-form-custom-style .formbuilder-error-container textarea, 
.fb-form-custom-style .formbuilder-error-container select {
    border-color: #923E46 !important;
}

.formbuilder-error-container .fb-field-required,
.has-error .fb-field-required {
    color: #923E46 !important;
}

.formbuilder-error-container label,
.formbuilder-error-container .fb-field-label,
.formbuilder-error-container .fb-choice label,
.has-error label,
.has-error .fb-field-label {
    color: #923E46 !important;
}

.formbuilder-error-container select,
.has-error select,
#page .formbuilder-error-container select[placeholder*="Anrede"] {
    color: #923E46 !important;
    font-weight: 600 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.38776 0L13.6122 0C14.0554 -0.0006 14.4896 0.125 14.8647 0.363C15.2398 0.601 15.5405 0.942 15.7318 1.345C15.9558 1.824 16.0421 2.357 15.9808 2.882C15.9195 3.408 15.7132 3.906 15.3852 4.319L9.77299 11.182C9.55274 11.439 9.28044 11.645 8.97454 11.786C8.66864 11.927 8.33628 12 8 12C7.66372 12 7.33136 11.927 7.02546 11.786C6.71956 11.645 6.44726 11.439 6.22701 11.182L0.614771 4.319C0.286826 3.906 0.0804558 3.408 0.0191755 2.882C-0.0421047 2.357 0.0441742 1.824 0.268173 1.345C0.459525 0.942 0.760156 0.601 1.13527 0.363C1.51038 0.125 1.94463 -0.0006 2.38776 0Z' fill='%23923E46'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
}

.formbuilder-error-container input,
.formbuilder-error-container textarea,
.has-error input,
.has-error textarea {
    color: #923E46 !important;
    font-weight: 600 !important;
}

.formbuilder-error-container .fb-error-msg,
.has-error .fb-error-msg,
.fb-error-message {
    color: #923E46 !important;
    font-weight: 600 !important;
}

.formbuilder-error-container input[type=checkbox]::before,
.has-error input[type=checkbox]::before {
    background-color: #923E46 !important;
}