.demo-form_wrap {
  width: 100%;
  padding: 1.5rem;
  background-color: #0a0a0a;
  color: #fff;
  border-radius: 8px;
}

.hs-button.primary.large {
  border: 1px solid white;
}

.hs-input[type="checkbox"]:hover {
}

.hbspt-form .hs-input[type="checkbox"]:hover {
  border-color: #fff !important;
}

.hbspt-form .hs-input[type="checkbox"]:checked:hover {
  border-color: #187c9b !important;
}

@media screen and (max-width: 992px) {
  .demo-form_wrap {
    width: 100% !important;
  }
}
