.main-content-wrapper, .gdpr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
}

p {
  color: #2C2C2C;
  opacity: 1;
}

span {
  color: red;
}

.form-section-wrapper {
  margin-top: 249px;
}
.form-section-wrapper .top-hero-text {
  margin-top: 81px;
  font-weight: 600;
  font-size: 32px;
  width: 30vw;
  color: #2C2C2C;
}
.form-section-wrapper .top-hero-p {
  font-size: 16px;
  width: 30vw;
}
.form-section-wrapper .input-bar {
  height: 3.5vh;
  width: 90%;
  border: 1px solid #000000;
  outline: none;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
}
.form-section-wrapper .btn {
  width: 90%;
  height: 4vh;
  margin-top: 50px;
  background: #36A770;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: #F9F9F9;
}
.form-section-wrapper .btn:hover {
  background: #41c987 !important;
  cursor: pointer !important;
}
.form-section-wrapper .btn-submit {
  transition: 0.5s ease;
}/*# sourceMappingURL=style.form.css.map */