.error {
  display: none;
  margin-left: 10px; }

.error_show {
  color: red;
  margin-left: 10px; }

input.invalid {
  border: none;
  border-bottom: 1px solid #c72f2f; }

input.valid {
  border: none;
  border-bottom: 1px solid green; }

#register-error {
  color: #c72f2f;
  font-size: 14px; }

.ui-widget-header {
  background: none !important;
  border: none !important; }

/*# sourceMappingURL=validation.css.map */
