.layout-body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form-group.required .form-label:after {
  content: '*';
  color: red; /* Or any other desired color */
  margin-left: 5px; /* Adjust spacing as needed */
}
