form[action="/register"] div:has(input[type="checkbox"]),
#LearnerProfileCustomRegFields div[data-type="checkbox"]{

  display: flex;

  flex-wrap: wrap;

}

 

#LearnerProfileCustomRegFields div[data-type="checkbox"]{

  flex-direction: row-reverse;

  align-items: center;

  justify-content: start;

}

 

#LearnerProfileCustomRegFields div[data-type="checkbox"]>div:first-child{

  margin-bottom: 0;

  margin-left: 8px;

  font-weight: normal;

}

 

form[action="/register"]

  div:has(input[type="checkbox"][name="cad"])::before,

  #LearnerProfileCustomRegFields div[data-type="checkbox"][data-name="cad"]::before {

  content: "Please select the Merge software solutions your organization has licensed from the list below. An MLA Administrator will review your registration within two business days.";

  text-align: left;

  font-weight: 600;

  margin-bottom: 16px;

  width: 100%;

  color: #324050;

}
span.ContentType { visibility: hidden; /* Hides the original text */ position: relative; font-size: 0; /* Collapses the space the hidden text took up *}}}