.module-form form label span {
  font-size: .875em;
  color: var(--grey-light5);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.module-form form .legal-consent-container .hs-richtext{
  font-size: 1em;
}
.module-form form .legal-consent-container .hs-form-booleancheckbox label input{
  width: 13px !important;
  height: 13px !important;
}
.module-form form .hs_submit .actions{
  display: flex;
  justify-content: center;
}
.module-form form .hs_submit .actions input[type=submit]{
  padding: 0px 30px;
  height: 45px;
  font-size: 1em;
  box-shadow: -5px -5px 15px rgba(255,255,255,.9),5px 5px 15px rgba(11,89,150,.3);
}
.module-form form .hs_submit .actions input[type=submit]:hover {
  background-color: var(--grey-dark);
  color: var(--white);
  border-color: transparent;
  box-shadow: -2px -2px 5px rgba(255,255,255,.7),2px 2px 5px rgba(11,89,150,.3)
}
}