.fieldWithErrors {}

.fieldWithErrors input {
  color: #FF0000;
  background-color: #FFEEEE;
}

.errorExplanation {
  color: #FF0000;
}

