.validator {
  color:red;
  
}

.form-error {
background: #f1cbc7;
position:relative;
}

.error-message {
position:relative;
background: #c6584c;
color: #fff;
padding: 7px 10px;
margin:-20px 0 20px 0;
}

.error-message:after {
bottom: 100%; 
left: 5%; 
border: solid transparent; content: " "; 
height: 0; 
width: 0; 
position: absolute; 
pointer-events: none; 
border-color: rgba(198, 88, 76, 0);
border-bottom-color: #c6584c; 
border-width: 10px; 
margin-left: -10px;
}
