label.required {
  padding-left: 12px;
  /* margin-left: -12px; */
  background-image: url(/infrastructure/required.png);
  background-position: center left;
  background-repeat: no-repeat;
}

/* Not currently used */
/*
label.required.missing:after {
  content: " (MISSING)";
  color: red;
  font-weight: bold;
}
*/

.missing {
  background-color: #FA8072; /*salmon*/
}

p.valid {
  display: none;
}
p.invalid {
  color: red;
  font-weight: bold;
}
