.hidesubmit,
#msgform.hide {
    display: none;
}

.za-confirm {
    display: none !important
}

.signupbtn.disabledClass {
    opacity: 0.35;
}

.za-email-container.sgfrm>div {
    position: static !important;
}

.zr-jobseek {
    background: #659ff5;
    color: #111;
    box-sizing: border-box;
    border-radius: 7px;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    max-width: 500px;
    padding: 20px 20px 20px 60px;
    margin-bottom: 30px;
    z-index: 2;
    font-family: var(--secondaryfont-semibold);
}

.signup-testimonial-wrap:after {
    background: rgba(10, 20, 33, 0.9);
}

.zr-jobseek span:before {
    content: '';
    background: url(/sites/zweb/images/recruit/zr-signup-patt.png) no-repeat;
    background-size: 330px auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 427px;
    height: 72px;
    z-index: -1;
}

.zr-jobseek span:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -23px;
    background: url(/sites/zweb/images/recruit/zr-signup-img2.png) no-repeat;
    background-size: auto;
    background-size: 43px auto;
    width: 43px;
    height: 50px;
}




.zr-jobseek:after {
    content: '';
    background: url(/sites/zweb/images/recruit/zr-signup-img.png) no-repeat;
    background-size: 121px auto;
    width: 119px;
    height: 68px;
    position: absolute;
    right: 37px;
    top: 0;
    z-index: -1;
}

.zr-jobseek:before {
    content: '';
    position: absolute;
    background: #fbd75e;
    width: 50px;
    height: 100px;
    right: 0;
    top: 0;
    z-index: -2;
}

h3 {
    font-size: 18px;
}

.zr-jobseek a {
    font-family: var(--secondaryfont-semibold);
    border-bottom: 1px solid #111;
    color: #111;
    margin-left: 8px;
}

.body-umain .zr-jobseek {
    display: none;
}

.body-umain .smalltxt {
    display: none;
}



@media screen and (max-width: 767px) {

    /*.zr-jobseek span {
display: none;
}*/
    .zr-jobseek {
        padding: 15px 30px 15px 30px;
        font-size: 14px;
    }
}



.zrjob-wrap {
    position: absolute;
    top: 515px;
    left: 420px;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background: #2b1549;
    width: 200px;
    height: 410px;
    /* padding: 30px; */
    box-sizing: border-box;
    overflow: hidden;
}

.txtpart {
    padding: 50px 40px;
}

.zrjob-wrap:before {
    position: absolute;
    top: 510px;
    left: 420px;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background: #2b1549;
    width: 210px;
    height: 410px;
    box-sizing: border-box;
    overflow: hidden;
}

.zrjob-wrap:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -23px;
    background: url(/sites/zweb/images/recruit/zr-signup-img2.png) no-repeat;
    background-size: 43px auto;
    width: 43px;
    height: 50px;
}

.zrjob-wrap a {
    font-family: var(--secondaryfont-bold);
    border-bottom: 1px solid #03a9f5;
}


.zrjob-wrap h5 {
    font-size: 18px;
}




.smalltxt {
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;

}

.signup-form h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

@media only screen and (min-width: 1650px) {
    .testimonial-content {
        max-width: 60%;
    }
}

@media screen and (max-width: 1649px) {
    .zrjob-wrap {
        left: 250px;
        top: 375px;
    }
}

@media screen and (max-width: 991px) {
    .zr-jobseek {
        display: block;
    }

    .zrjob-wrap {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    /*.zr-jobseek:after {
content: none;
}*/

    .zr-jobseek:before {
        content: none;
    }

    .zr-jobseek:after {
        background-size: 100px auto;
        right: -30px;
    }

    .zr-jobseek span:before {
        background-size: 240px auto;
    }
}

@media screen and (max-width: 399px) {
    .zr-jobseek:after {
        content: none;
    }
}

@media screen and (max-width: 320px) {
    .zr-jobseek span:before {
        content: none;
    }
}