#error-msg {
  color: red;
  position: absolute;
  left: 94%;
  top: 3px;
  font-size: 100% !important;
}
#valid-msg {
  color: #00C900;
  position: absolute;
  left: 94%;
  top: 3px;
  font-size: 100% !important;
}
input.error {
  border: 1px solid red !important;
}