.horizontal_form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 50px;

  margin-bottom: 50px;
}
.input {
  display: flex;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 255, 0.082);
  color: white;
  font-size: 20px;
}
::placeholder,
.iti__selected-flag {
  color: white;
  opacity: 1;
}
.input_wrapper {
  display: flex;
  width: 100%;
}
.button_submit {
  display: flex;
  width: 100%;
  max-width: 300px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.vertical_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  margin-top: 50px;
}
.blue {
  background-color: rgba(0, 0, 102, 0.719);
}
.iti {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .horizontal_form {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .input_wrapper {
    width: 100%;
  }
  .input {
    width: 100%;
  }
  .button_submit {
    width: 100%;
    max-width: none;
  }

  .t396__elem .tn-elem .tn-elem__9208316471732813297608 {
    margin-top: 100px;
  }
}
#tn_text_1732794735027 {
  font-size: 17px !important;
}
