.form-required {
  background: none !important;
}
.form-required::after {
  content: " *";
  color: #ce3836; /* or your branding color */
  font-weight: bold;
}
