.form-control-error-msg a {
  font-weight: bold;
  color: #d65552;
}
.form-control-error-msg a:hover {
  font-weight: bold;
  color: darkred;
}
