.txtlng-checkbox-wrap .option.js-form-required .check + span:after {
    content: "*";
    margin-left: 5px !important;
    color: #d00004;
}
.txtlng-checkbox .js-form-required:after
{
  margin-left: 5px !important;
}
.js-form-required:after
{
  margin-left: 0px !important;
}

#edit-actions {
  margin-top: 50px;
}
