.contact_form .wFormContainer {
    box-shadow: none;
    padding: 0;
}
.wForm > form > div {
    position: relative;
}
.wForm > form > div > .inputWrapper {
    width: 100%;
}
.contact_form .wFormContainer label {
    z-index: 1;
    top: 0;
    left: 15px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: Roboto, Arial;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.contact_form .wFormContainer input,
.contact_form .wFormContainer select,
.contact_form .wFormContainer .inputWrapper textarea,
.contact_form .wFormContainer .inputWrapper #tfa_1402 {
    width: 100% !important;
    background-color: #f2f2f2;
    color: #75787b;
    border: none;
    font-size: 14px !important;
    border-radius: 3px;
    padding: 15px 0 15px 10px !important;
    background-color: #f2f2f2 !important;
    border: none !important; 
    height: auto !important;
    max-height: none;
}
.contact_form input[type=submit] {
    background-color: #fcb61a !important;
    border: none !important;
    color: #003594 !important;
    padding: 17px 50px !important;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    display: inline-block;
    width: fit-content !important;
    line-height: 1.5 !important;
    transition: .3s ease;
}
.contact_form input[type=submit]:hover {
    background-color: #003594 !important;
    color: #fcb61a !important;
}
.page-template-membership_application .wFormContainer {
    width: 100% !important;
    max-width: none !important;
}
.page-template-membership_application .wFormContainer label {
    margin: 0;
}