.u-section-1 .u-sheet-1 {
  min-height: 713px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 645px;
  width: 545px;
  margin: 34px auto;
}

@media (max-width: 767px) {
  .u-section-1 .u-custom-html-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-custom-html-1 {
    width: 340px;
  }
}.form-header {
  text-align: center; /* Allinea il testo dell'h2 al centro */
}
.btn-gcp  {
    color: #ffffff;
    background-color: #0033a1;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 17px;
    font-weight: bold;
    font-family: inherit;
    height: 40px;
    width: 220px;
    border: none;
    border-width: 0px;
    border-style: solid;
    border-color: #b8bdc9;
    display: block; 
    margin: 20px auto;
}
.form-style {
  display: flex;
  flex-direction: column;
}
.form-style label {
  display: none;
}
.form-style input,
.form-style button {
  margin-bottom: 15px;
}
.checkbox-container {
  display: inline-block; 
  vertical-align: middle;
}
.checkbox-container input[type="checkbox"] {
 margin: -7px 11px 0px 0px;
    width: 22px;
    float: inline-start;

}
.checkbox-container label {
  margin-bottom: 0;
}
.form-style input {
  font-size: 1em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: inline-block; 
  width: 242.5px;
  font-family: inherit;
  height: 2.5em;
  padding: 0 0.625em;
}