.form-bottom-text{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  
}

.form-bottom-text p{
    font-size:12px;
}

.landing-form{
  padding: 80px 0;
}

.landing-form-main{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.col-flex{
  flex: 0 0 auto;
  width: 100%;

}

.form-box ul.hs-error-msgs{
  padding:0;
  margin-top:-10px;
  text-align:left;
}

.form-box .hs_error_rollup{
  display:none;
}

.landing-form-main .hs_submit.hs-submit {
    margin-top: 20px;
}
.form-box .inputs-list{
  margin-block:30px;
}
.form-box .inputs-list li{
  list-style:none;
}

.landing-form .hs-input[type="checkbox"]{
  width:auto;
  margin-bottom: 0;
}

.landing-form .hs-input[type="checkbox"]:checked{
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 520 520" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M79.423 240.755a47.529 47.529 0 0 0-36.737 77.522l120.73 147.894a43.136 43.136 0 0 0 36.066 16.009c14.654-.787 27.884-8.626 36.319-21.515L486.588 56.773a6.13 6.13 0 0 1 .128-.2c2.353-3.613 1.59-10.773-3.267-15.271a13.321 13.321 0 0 0-19.362 1.343q-.135.166-.278.327L210.887 328.736a10.961 10.961 0 0 1-15.585.843l-83.94-76.386a47.319 47.319 0 0 0-31.939-12.438z" data-name="7-Check" fill="%23ffffff" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e522e3;
}

.form-box .inputs-list li.hs-form-booleancheckbox label{
  display:flex;
  align-items:center;
}

@media only screen and (max-width: 992px)
  .form-box{
        width: 80% !important;
  }

}

@media only screen and (max-width: 768px){
  .form-box{  
        width: 100% !important;
  }
  
  .form-box .actions .hs-button{
    width: 288px;
  }
}

.form-box{
  justify-content: center;
  margin: 0 auto;
  padding: 50px 30px 60px;
  width: 50%;
  border-radius: 11px;
  box-shadow: 1px 1px 11px #9795959e;
}

.form-box h5{ 
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.2;
}


.landing-form .hs-input{
    box-shadow: 10px 90px 50px -32px rgba(32, 32, 32, 0.4);
    backdrop-filter: blur(20px);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding:16px;
    align-items: center;
    background-color: #8a7a8b38;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.legal-consent-container .hs-form-booleancheckbox-display>span{
     margin-left: 10px;
}

.landing-form .hs-input:focus{
    outline: 0;
}

.form-box .actions{
  text-align: center;
  position: relative;

}



.form-box .actions .hs-button{
    background: transparent;
    border: none;
    padding: 20px 40px;
    text-align: center;
    width: auto;
    max-width: 286px;
    font-family: Oxanium;
    font-size: 16px;
     cursor: pointer;
}


/* .form-box .actions .hs-button:hover{
    color: #f0f!important
} */

