body.web-to-lead.a275d2956e72bd0b23cd2a6b0bd2dd33 input {
    padding: 20px 25px !important;
    width: 100% !important;
    background: #f3f5f6 ! IMPORTANT;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 5px !important;
}
body.web-to-lead.a275d2956e72bd0b23cd2a6b0bd2dd33 textarea {
    padding: 20px 25px !important;
    width: 100% !important;
    background: #f3f5f6 ! IMPORTANT;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 5px !important;
}

body.web-to-lead.a275d2956e72bd0b23cd2a6b0bd2dd33 button#form_submit {
    background-color: #ec500e !important;
    color: #fff !important;
    border: solid 2px #ec500e ! IMPORTANT;
    padding: 10px 40px !important;
    height: 50px !important;
    border-radius: 0 !important;
    text-align: center !important;
    transition: all 0.5s !important;
    font-weight: 500 !important;
    display: inline-block !important;
    width: 100% !important;
}

body.web-to-lead.a275d2956e72bd0b23cd2a6b0bd2dd33 button#form_submit:hover {
    background-color: #fff !important;
    color: #ec500e !important;
    border: solid 2px #ec500e ! IMPORTANT;
}