.td-form-field .wpforms-field-label, .td-form-field .wpforms-field-sublabel{
	font-size:0.75rem!important;
	font-weight:normal!important;
}

.td-form-field select,
.td-form-field textarea,
.td-form-field input[type=text],
.td-form-field input[type=email],
.td-form-field input[type=tel]
{
	padding:15px 26px!important;
	line-height:1.75em;
	background-color:#EEEFF1!important;
	border-radius:5px!important;
	border:0px!important;
}

.td-form-field select,
.td-form-field input[type=text],
.td-form-field input[type=email],
.td-form-field input[type=tel]
{
	height: 60px !important;
}

.td-form-field select:focus,
.td-form-field textarea:focus,
.td-form-field input[type=text]:focus,
.td-form-field input[type=email]:focus,
.td-form-field input[type=tel]:focus
{
	box-shadow:0 0 0 2px #0A80F5!important;
}

.td-form-field select.wpforms-error:focus,
.td-form-field textarea.wpforms-error:focus,
.td-form-field input[type=text].wpforms-error:focus,
.td-form-field input[type=email].wpforms-error:focus,
.td-form-field input[type=tel].wpforms-error:focus
{
	box-shadow:0 0 0 2px #FF4866!important;
}

.td-form-field select.wpforms-error:hover,
.td-form-field textarea.wpforms-error:hover,
.td-form-field input[type=text].wpforms-error:hover,
.td-form-field input[type=email].wpforms-error:hover,
.td-form-field input[type=tel].wpforms-error:hover
{
	box-shadow:0 0 0 2px #FF4866!important;
}

.wpforms-form .wpforms-required-label {
    color: #FF4866!important;
}

.wpforms-container em.wpforms-error {
    color:#FF4866!important;
}

wpforms-container-full .wpforms-form em.wpforms-error:before {
    background-color:#FF4866!important;
}

.td-btn-contact{
	height:auto!important;
	padding:23px 36px!important;
	text-transform:uppercase!important;
	background-color:#0A80F5!important;
	letter-spacing:3.57px!important;
	font-weight:bold!important;
	border-radius:8px!important;
	
}

.td-btn-contact:hover{
	background:unset!important;
	background-color:#5FA9FF!important;
}


.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
background: #ffffff!important;
border: 0px solid #ffffff!important;
box-sizing: border-box;
padding:8%!important;
} 
