/* Web-to-Lead form submit button */
body.web-to-lead #form_submit {
  display: block;
  width: 100%;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #292ac5 !important;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}

/* Hover and active states */
body.web-to-lead #form_submit:hover,
body.web-to-lead #form_submit:active {
  background-color: #1f1fa0 !important;
}