body.web-to-lead input {
border-color:gray;
}

body.web-to-lead #form_submit {
background:#a1ce4f;
}

body.web-to-lead #form_submit:hover,
body.web-to-lead #form_submit:active {
background:gray;
}

.web-to-lead {
    background: rgba(255,255,255,0.1) !important;
    padding: 25px;
    margin: 20px auto 0;
}

.web-to-lead label {
    color: #ffffff;
}

.web-to-lead  form input[type=text],
.web-to-lead  form input[type=email] {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 13px;
   height: 56px !important;
   line-height: 1.3;
   margin: 0 !important;
   padding: 0 15px !important;
}

.web-to-lead form button.btn-success {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    background-color: ##a1ce4f !important;
    border-radius: 2px !important;
    box-sizing: border-box !important;
    box-shadow: 0 0 0 !important;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    height: 56px !important;
    line-height: normal;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 100%;
    margin-top: 30px;
}