:where(.core-form-field-error input, .core-form-field-error textarea) {
    border-color: #C00;
}

:where(.core-form-field-required label) {
    font-weight: bold;
    color: #0c0;
}

:where(.core-form-field.core-form-field-error label, .core-form-field.core-form-field-error label) {
    color: #c00;
}

:where(.crudField .controls) {
    position: relative;
    float: left;
    width: 356px;
}

:where(.crudField div.error) {
    position: relative;
    float: left;
    top: 5px;
    left: 5px;
}

:where(.crud_text input,
.crud_captcha input,
.crud_textarea textarea,
.crud_selection select) {
    width: 356px;
}

:where(.form-intro.errors) {
    color: #c00;
}
