.form-fwc{
  position: relative;
  background-color: #8DAB38;
  padding: 60px; 30px;
  overflow: hidden;
}
.form-fwc:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/4653380/VizyPay-logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  padding-bottom: 29%;
  transform: scaleX(-1) translate(-44px, -24px);
  opacity: 0.85;
}
.form-fwc:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/4653380/VizyPay-logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 300px;
  padding-bottom: 29%;
  transform: translate(48px, 43px);
}
.form-fwc .content{
  max-width: 800px;
  margin: 0 auto;
}
.form-fwc .content h2,
.form-fwc .content p{
  text-align: center;
  color: #fff;
}
.form-fwc .content h2{
  font-weight: 300;
}
.form-fwc .content p{
  font-weight: 200;
}
.form-fwc .content form input[type="text"],
.form-fwc .content form input[type="tel"],
.form-fwc .content form input[type="email"],
.form-fwc .content form input[type="email"],
.form-fwc .content form textarea,
.form-fwc .content form select{
  background-color: rgba(233, 242, 208, 0.2);
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.form-fwc .content form .hs-form-field{
  position: relative;
}
.form-fwc .content form .hs-form-field:not(.hs-message):not(.hs-fieldtype-select):not(.hs-fieldtype-radio) > label {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(20px, 13px);
    transition: .3s;
}

.form-fwc .content form .hs-form-field.focus:not(.hs-message):not(.hs-fieldtype-select):not(.hs-fieldtype-radio) > label {
    /* Reset to default values */
    position: absolute; /* Default value for position */
    transform: translate(20px, -18px); /* Default value for transform */
    transition: .3s; /* Default value for transition */
}


/* Label form for font */
.form-fwc .content form .hs-form-field > label{
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.form-fwc .content form .hs-form-field.hs-message > label,
.form-fwc .content form .hs-form-field.hs-fieldtype-select > label{
  padding: 0 20px;
}
.form-fwc .content form .hs-form-field.hs-fieldtype-text.focus > label,
.form-fwc .content form .hs-form-field.hs-fieldtype-phonenumber.focus > label {
  transform: translate(20px, -12px);
  font-size: 1rem;
}
.form-fwc .content form .hs-form-field .hs-error-msgs > li{
  margin: 0;
  padding: 0 20px;
}
.form-fwc .content form .hs-form-field .hs-error-msgs > li > label.hs-error-msg{
  margin: 0;
  font-size: 1.1rem;
  margin-top: -9px;
}
.body-container .form-fwc .content form .hs-form-field input.hs-input.invalid.error {
  border: none;
  box-shadow: 0px 0px 3px 1px red;
}
.form-fwc .content form fieldset .hs-form-field legend{
  border-radius: 0;
  border: none;
  padding: 0 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 200;
  font-family: 'Montserrat';
  margin-bottom: 4px;
}
.form-fwc .content form textarea::placeholder{
  color: #fff;
}
.form-fwc .content form fieldset.form-columns-1 .hs-input {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.form-fwc .content form .hs-recaptcha{
  float: left;
}
.form-fwc .content form .hs-submit{
  float: right;
}
.form-fwc .content form .grecaptcha-badge {
  margin: 0;
}
.form-fwc .content form .hs-submit input[type="submit"]{
  border-radius: 30px;
  color: #8DAB38;
  padding: 10px 20px;
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: none;
  text-transform: uppercase;
}
.form-fwc .content form .hs-submit input[type="submit"].hs-button.primary.large:hover{
  background-color: rgba(68,68,68,1.0) !important;
  color: #fff;
  box-shadow: none !important;
  border: none !important;
}
.form-fwc .content form .hs-form-field.hs-fieldtype-select select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-fwc .content form .hs-form-field.hs-fieldtype-select .input{
  position: relative;
}
.form-fwc .content form .hs-form-field.hs-fieldtype-select .input:before{
  position: absolute;
  content: '';
  right: 20px;
  top: calc(50% - 7.5px);
  bottom: 0;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/4653380/caret-down-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  pointer-events: none;
}

.form-columns-2 .hs-form-radio label {
  display: block;
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
