.fieldWithErrors{
  color: red;
  /*display: inline;*/
  font-weight: bold;
}
.fieldWithErrors input{
  border: 1px solid red;
}