

.webform-submission-form [data-drupal-messages] {
    color: #c81e23;
    font-weight: bold;
    font-size: 0.875rem;
    background-color: #f4d2d3;
    padding: 5px;
    line-height: 1.4;
    text-decoration: none;
    list-style: none;
};

/* styles for text *indicates required field on amethyst background text colour = blaze*/
.layout-background-amethyst .webform-submission-form .webform-required{
  color: #FFC20E;
};

/* styles for text *indicates required field on light blue background text colour = crimson */
.webform-submission-form .webform-required{
      color: #C61D23;
    font-weight: bold;
    font-size: 0.875rem;
    /*background-color: #f4d2d3;*/
    padding: 5px;
    line-height: 1.4;
    text-decoration: none;
    list-style: none;
};

/* use the description as * indicates required field
.webform-submission-form .description {
    color: #c81e23;
    font-weight: bold;
    font-size: 0.875rem;
    background-color: #f4d2d3;
      padding: 5px;
    line-height: 1.4;
    text-decoration: none;
    list-style: none;
};
*/
