.register-form h2 {
  color: var(--color-primary-dark);
  font-family: var(--font-agenda);
  font-size: 26px;
}

.register-form label {
  color: var(--color-steel);
  font-family: var(--font-agenda);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.webinar-radios .form-item > label {
  display: block;
  margin-bottom: 20px;
}

.form-type-radios label:first-child {
  color: #515861;
  font-family: var(--font-agenda);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.ionis-form-radios-other {
  & > label {
    color: #515861;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
}

legend, label {
  color: #515861;
  text-align: left;
  font-family: agenda, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  flex: 1;
}

.bold-options label {
  color: #515861;
  text-align: left;
  font-family: agenda, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  flex: 1;
}

.stay-updated-form-wrapper p {
  color: #515861;
}
