body.web-to-lead input {
max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #f5f5f5;
  color: #444;
  transition: .2s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,border-color,box-shadow;
  border-radius: 500px;
  font-family: Montserrat;
  height: 48px;
}
.control-label {
  font-family: Montserrat;
}
.dropdown-menu.inner span {
  font-family: Montserrat;
}
.btn.dropdown-toggle.btn-default.bs-placeholder{
max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #f5f5f5;
  color: #444;
  transition: .2s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,border-color,box-shadow;
  border-radius: 500px;
  font-family: Montserrat;
  height: 48px;
}
.form-control {
border-radius: 20px;
}

.bootstrap-select .btn {
    max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #f5f5f5;
  color: #444;
  transition: .2s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,border-color,box-shadow;
  font-family: Montserrat;
  height: 48px;
}
.btn  {
    //border-radius: 500px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  height: auto;
}


.bootstrap-select .dropdown-menu {
  z-index: 9999;
  position: absolute;
}

body.web-to-lead #form_submit {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
  font-family: Poppins;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 500px;
  background-origin: border-box;
}
.text-left.col-md-12.submit-btn-wrapper {
  text-align: center;
}