﻿form .form-control {
  width: 100%;
}
form input[type="submit"] {
  margin-top: 10px;
  width: 100%;
}
form .input-validation-error {
  background-color: #ff00004d;
}
form .field-validation-error span {
  font-size: smaller;
  color: red;
}
form .field-validation-error:hover span {
  visibility: visible;
}
form li:before {
  content: none;
  width: 0px !important;
}