body {
  background-image: linear-gradient(90deg, #f6f6f6, #ffffff);
}

#wrap {
  margin: 0px auto;
  padding: 0 10px;
  background-color: #ffffff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  max-width: 1200px;
}

.container {
  padding: 0px 40px 40px 40px;
}

.logotype_container {
  margin: 0px auto;
  padding: 20px 10px 10px 10px;
  text-align: center;
}

.company-logo {
  max-width: 350px;
}

.content_panel {
  background-image: linear-gradient(0deg, #f6f6f6, #ffffff);
  margin: 0px 0px 0px 0px;
  padding: 5px 20px 10px 20px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #dddddd;
}

.form-control::-moz-placeholder {
  color: #b3b3b3;
}

.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}

.form-control::placeholder {
  color: #b3b3b3;
}

.checkbox-div {
  border-bottom: 0px solid #4b4f54;
  border-radius: 0px;
}

.required-span {
  color: red;
}

.title-text {
  font-size: 42px;
  font-weight: 500;
}

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

.p-text {
  font-size: 18px;
}

.disclamer-text {
  font-size: 14px;
}

.survey-label {
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  .container {
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
  }
  .title-text {
    font-size: 24px;
    font-weight: 500;
  }
  .subtitle-text {
    font-size: 16px;
  }
  .p-text {
    font-size: 14px;
    text-align: center;
  }
  .disclamer-text {
    font-size: 10px;
  }
  .survey-label {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .checkbox-field {
    margin: auto;
    margin-bottom: 15px;
    display: block;
    transform: scale(1.5);
  }
  .disclamer-text {
    text-align: center;
  }
}
@media only screen and (max-width: 1025px) {
  .container {
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
  }
  .title-text {
    font-size: 32px;
    font-weight: 500;
  }
  .subtitle-text {
    font-size: 21px;
  }
  .p-text {
    font-size: 16px;
  }
  .disclamer-text {
    font-size: 12px;
  }
  .survey-label {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
  }
  .disclamer-text {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */