.required::after {
  content: '*';
  color: red;
  margin-left: 3px;
}
