.form_container {
  position: absolute;
  height: 100%;
  width: 100%;
  font-family: "Karla", sans-serif;
}

.background_img_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.background_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.title_form {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  color: #b10707;
  text-align: center;
  align-items: center;
}
.dati_scopri {
  color: #b10707;
}
.disclaimer {
  color: #4e4e4e;
  font-size: 0.9rem;
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
}

.emphasis {
  color: #000000;
  font-weight: 400;
}
.emphasis_invia {
  font-weight: 400;
  color: #000000;
}

.tile_form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42rem;
  white-space: nowrap;
}

.form_control {
  position: relative;
  margin: 0.6rem 0;
  font-weight: 400;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.form_control_disclaimer {
  position: relative;
  margin: 0.6rem 0;
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}
.form_control_sub_title {
  position: relative;
  margin: 0.8rem 0;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  color: #555555;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.form_control_half {
  width: 50%;
}
.form_control_third {
  width: 33.33%;
}
.form_control_full {
  width: 100%;
}

.form_control_container {
  display: flex;
  position: relative;
  width: 100%;
}

.form_control input,
.form_control label,
.form_control textarea {
  display: block;
  width: 100%;
}

.form_control label {
  font-size: 1rem;
  margin-bottom: 2px;
  color: #4e4e4e;
}
.form_control input,
.form_control textarea {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 0.3rem 0.4rem;
  padding-bottom: 0.26rem;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.button {
  display: block;
  width: 100%;
  border: 1px solid #b10707;
  color: #b10707;
  background: #ffffff30;
  border-radius: 4px;
  cursor: pointer;
  padding: 0.3rem 0.4rem;
  padding-bottom: 0.26rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.25rem;
}
.button:hover {
  background-color: #b10707;
  color: #ffffff;
}

.background_plus_form_plus_title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.tile_form_container {
  position: absolute;
  width: 100%;
  height: calc(100% - 8rem);
  top: 6rem;
}
@media screen and (max-width: 929px) {
  .form_control_half {
    width: 100%;
  }
  .form_control_third {
    width: 100%;
  }
  .form_control_container {
    flex-direction: column;
  }
  .tile_form {
    width: 69%;
  }
  .form_control_sub_title {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
  }
  .form_control {
    padding-left: 0;
    padding-right: 0;
  }
  .form_control_disclaimer {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
  }

}

@media screen and (max-width: 850px) {
  .disclaimer {
    white-space: normal;
  }
}

@media screen and (max-width: 790px) {

  .title_form {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 2.2rem;
  }

}


@media screen and (max-width: 700px) {
  .title_form {
    font-size: 2rem;
  }
}
@media screen and (max-width: 620px) {
  .tile_form {
    width: 82%;
  }
}
@media screen and (max-width: 536px) {
  .title_form {
    width:82%;
    left:9%;
    white-space: normal;
  }
  .form_control_sub_title {
    white-space: normal;
  }
  .tile_form_container{
    top: 7rem;
  }
}
@media screen and (max-width: 500px) {
  .disclaimer {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 460px) {
  .title_form {
    width:82%;
    left:9%;
    white-space: normal;
  }
  .form_control_sub_title {
    white-space: normal;
  }
}
@media screen and (max-width: 324px) {
  .title_form {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
      font-size: 1.8rem;
  }
  .form_control_sub_title {
    font-size: 1rem;
  }
}



