// when validation could be failed,
// when validation could be failed,
// apply inline/border on child's input/textarea
.field_with_errors{
input, textarea{
display: inline;
border: 1px solid #f00;
// I omit width property because of red block occupies the window.
// width: 100%;
}
}