.error {
  color: red;
}
.error p {
  margin-bottom: 0px;
}
label.required::after {
  content: "*";
  color: red;
}