.body-registrazione {
  padding: 32px 0px;
}

.body-registrazione h2 {
  color: var(--blu);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
}

.body-registrazione h3 {
  color: #484848;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.ico-success {
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}

.ico-success i {
  font-size: 62px;
  text-align: center;
  color: var(--verde);
}

.radio-box i:first-of-type {
  font-size: 12px;
}