#error-msg {
  color: red;
}
#valid-msg {
  color: #00C900;
}
input.error {
  /*border-bottom: 1px solid #FF7C7C;*/
}