.error-msg {
  color: #C8102E;
}
.valid-msg {
  color: #3a7d34;
}
input.error {
  border: 1px solid #C8102E;
}