.background-video {
  height: 100vh;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  padding: 16px;
  border-radius: 11px;
  background-color: #ff2247;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.text-field {
  max-width: 300px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.field-label {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.image {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 600px;
  padding-top: 99px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success-message {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.lottie-animation {
  width: 480px;
  height: 100%;
  text-align: center;
}

.info-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form {
    width: 300px;
    text-align: center;
  }

  .button {
    padding: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
  }

  .text-field {
    margin-bottom: 28px;
  }

  .field-label {
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .success-message {
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: Montserrat, sans-serif;
  }

  .text-field {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .field-label {
    font-size: 12px;
    font-weight: 500;
  }

  .text-block {
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 150%;
    text-align: center;
  }

  .image {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    font-size: 24px;
  }

  .text-span {
    font-size: 26px;
  }

  .success-message {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .text-block-2 {
    margin-top: 24px;
    color: #fff;
  }

  .lottie-animation {
    width: 100%;
    height: auto;
  }

  .error-message {
    background-color: red;
    text-align: center;
  }

  .info-wrapper {
    display: block;
  }
}

