.js-form-item.error-field input {
  border: 1px solid red !important;
}

.js-form-item.error-field label {
  color: red;
}