.form-required::after {
content: '*';
color: #ae2026;
width: 8px;
height: 8px;
padding: 0px 5px 0px;
}

.padding-required {
  padding-bottom: 5px;
}
