:root {
  --black: black;
  --default: #f50057;
  --transparent: #fff0;
  --white: white;
  --border-color: #292929;
  --grey: #1e1e1e;
  --brand: #f50057;
}

body.web-to-lead {
    background-color: transparent !important;
}

body.web-to-lead textarea,
body.web-to-lead input {
  border: 1px solid var(--border-color);
  color: #fff;
  background-color: #fff0;
  border-radius: 5px;
  flex: 1;
  margin-top: 0;
  align-self: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding: 25px 20px 20px;
  line-height: 20px;
}

body.web-to-lead input::placeholder,
body.web-to-lead textarea::placeholder {
  color: #fff;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
}


body.web-to-lead span {
  display: none;
}

body.web-to-lead button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #f50057;
  border: 1px solid #242424;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

body.web-to-lead .rc-anchor-light {
  background:#000;
  color:#fff;
}

