#error-msg {
  color: #B50000red;
}
#valid-msg {
  color: #009900;
}
input.error {
  border: 1px solid #FF7C7C;
}