.user-registration-web h2 {
  font-size: 32px;
  font-weight: 400;
}
.user-registration-web h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 32px;
  margin-top: 64px;
}
.user-registration-web .registration-abstract {
  font-size: 24px;
  font-weight: 400;
}
.user-registration-web .registration-notes {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}
.user-registration-web .registrationForm .checksRow .input-checkbox-wrapper label {
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
}
.user-registration-web .registrationForm .checksRow .input-checkbox-wrapper label input {
  margin-right: 16px;
}
.user-registration-web .registrationForm .hidden {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .user-registration-web h2 {
    font-size: 24px;
  }
  .user-registration-web h3 {
    font-size: 18px;
  }
  .user-registration-web .registration-abstract {
    font-size: 18px;
  }
}

.rc-anchor-light {
  background: #e7e7e7;
  color: #000;
}