.hbspt-form {
  overflow-y: auto;
  max-height: 85vh;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.no-landing-form {
  width: 40%;
  margin-right: 10%;
  border: 1px solid #cecece;
  border-radius: 5px;
}

.no-landing-form .hbspt-form {
  height: auto;
  max-height: none;
}

.no-landing-form textarea {
  margin-top: 0;
}

.hs-form-field{
  margin: 15px;
}

.hs-form label{
  margin-bottom: 0;
  color: #666;
  font-weight: 400;
}

.hs-input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #cecece;
}

.hs-input::placeholder{
  font-size: 12px;
  color: #cecece;
  content: 'blaaa';
}

label.hs-error-msg{
  color: red;
  font-size: 11px;
  line-height: normal;
}

.grecaptcha-badge{
  transform: scale(0.75);
}

.no-landing-form .grecaptcha-badge{
  transform: none;
}

.hs-button-submit,
.hs-button-submit-contact {
  width: 90%;
  margin-left: 5%;
  border: 1px solid #ff715b;
  color: #ff715b;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s ease-out;
}

.hs-button-submit:hover,
.hs-button-submit-contact:hover {
  background-color: #fe9369;
  color: #fff;
  border: 1px solid #fff;
}

.hs-main-font-element {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1080px)  {
  .hs-button-submit,
  .hs-button-submit-contact {
    padding: 10px;
  }
}

@media screen and (max-width:768px) {
  .no-landing-form {
    width: 90%;
    margin: 0 auto 4vh;
    display: block;
  }
}

@media screen and (max-width: 576px)  {
  .hbspt-form {
    max-height: 75vh;
  }
}