/*Arabic starts*/
.i18n-ar #signupform .zcountry-info.zshow {
    text-align: right;
}
/*Arabic ends*/
.signup-testimonial-wrap {
    background-color: #fafafa;
    background-image: url(/sites/default/files/zh-hans/workdrive/sidebar-background-image-2x.png);
    background-repeat: no-repeat;
    background-size: cover
}

.signup-testimonial-wrap:after {
    background: url(/sites/default/files/zh-hans/workdrive/sidebar-hero.png) no-repeat center bottom 30px;
    background-size: 200px;
}

@media only screen and (min-width: 1450px) {
    .signup-form {
        padding: 160px 120px 80px;
        margin-left: 450px;
    }
    .signup-testimonial-wrap {
        width: 400px;
    }
    .testimonial-content {
        width: 100% !important;
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .signup-testimonial-wrap {
        padding: 80px 0 230px;
    }
}