body.web-to-lead h1{
    font-size: 35px !important;
    font-weight: 900 !important;
    color: var(--gray500);
    margin-bottom: 40px;
}
body.web-to-lead .webdeveloperz-input {
	width: 100%;
	height: auto;
    padding: 15px 30px;
    border-radius: 999px;
    border: 1px solid #cccccc;
    resize: none;
}
body.web-to-lead .control-label {
    display: none !important;
}
body.web-to-lead #form_submit {
	background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 22px 50px;
    font-size: 15px;
    font-weight: 600;
    width:100%;
    color: var(--white);
    border-radius: 999px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

body.web-to-lead #form_submit:hover {
    border: 1px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
}


body.web-to-lead .webdeveloperz-textarea {
    border-radius: 20px;
    height: 135px;
	width: 100%;
    padding: 15px 30px;
    border: 1px solid #cccccc;
    resize: none;
}

/*  */
body.web-to-lead form#\36 e7f87c36e1581bcf9901d9bb34212a4 button[type="submit"] {
    width: 100%;
}

@media (max-width: 600px){
    body.web-to-lead h1{
        font-size: 20px !important;
    }
}