/*  */

input {
    outline: 0
}

input:active,
input:focus {
    outline: 0
}

:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0
}

.signup-testimonial-wrap,
.signup-testimonial-wrap:after {
    content: '';
    height: 100%;
    left: 0
}

.header-part>span a,
.loggedin-userinfo .access-apps,
.sgnbtn input,
.sign_agree,
.signup-button-part a,
.testimonial-content p.customer-detail,
.z-product span {
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif
}

.nav-tabs,
.tabs.primary {
    position: absolute;
    top: 65px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    text-align: right
}

.messages.status {
    margin: 60px 0 0 400px
}

.header-part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 99;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.z-non-testimonial .header-part,
.other-lang .header-part {
    background: #fff;
}

.header-part a.logo {
    float: left;
    margin: 15px;
}

.i18n-ar .header-part a.logo {
    float: right;
}

.header-part>span {
    margin: 0 0 0 400px;
    font-size: 14px;
    display: block;
    background: 0 0;
    overflow: hidden;
    padding: 15px 0;
    text-align: right;
    background: #fff;
}

.i18n-ar .header-part>span {
    text-align: left;
    margin: 0 400px 0 0;
}

@media only screen and (max-width: 991px) {
    .i18n-ar .header-part>span {
        display: inline-block;
        margin: 0;
        float: left;
    }
}

.header-part>span a {
    margin: 0 20px 0 5px;
    display: inline-block;
    color: #f0483e;
    text-transform: uppercase;
    font-size: 12px
}

.i18n-ar .header-part>span a {
    margin: 0 5px 0 20px;
}

.z-signup-page-wrap {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased
}

.signup-form {
    float: left;
    margin-left: 400px;
    padding: 100px 50px 80px;
    min-width: 500px
}

.z-non-testimonial .signup-form {
    margin: 0 auto;
    float: none;
    max-width: 500px;
    padding: 80px 120px;
}

.signup-testimonial-wrap {
    position: fixed;
    top: 0;
    width: 400px;
    background: url(/sites/default/files/z-signup-bg.jpg) left top no-repeat
}

.signup-testimonial-wrap:after {
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .35)
}

.testimonial-content {
    color: #fff;
    margin: 0 !important;
    transition: margin .7s ease 0s;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.testimonial-content>span {
    margin: 0 auto 15px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: block;
    overflow: hidden
}

.testimonial-content p {
    color: #f2f2f2;
    line-height: 28px;
    margin: 0 0 15px;
    font-weight: 100
}

.testimonial-content p.customer-detail {
    color: #00add5;
    font-size: 12px;
    text-transform: uppercase
}

.z-product {
    margin: 0 0 20px
}

.z-product>a {
    display: inline-block
}

.z-product>a img {
    float: left;
    max-width: 44px
}

.z-product span {
    color: #333;
    font-size: 24px;
    line-height: 48px;
    margin: 0 0 0 12px;
    vertical-align: top
}

.i18n-ar .z-product span {
    margin: 0 12px 0 0;
}

.z-product+h3 {
    color: #333;
    padding: 20px 0 0
}

.footer-wrapper {
    display: none
}

.umain .z-product span {
    font-size: 36px
}

.umain .signup-form {
    display: block;
    float: none;
    text-align: center
}

.umain .signup-form .z-product>a img {
    display: inline-block;
    float: none
}

.loggedin-userinfo {
    display: none;
    /* max-width: 600px; */
}

.umain .loggedin-userinfo {
    margin: 0;
    display: none;
}

.loggedin-userinfo h2 span {
    font-size: inherit;
    display: inline-block
}

.loggedin-userinfo .access-apps {
    background: #FF8331;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 52px;
    padding: 0 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    /* border-bottom: 3px solid #5FA96D; */
    box-sizing: border-box;
    border-radius: 4px;
}

.region-wrap {
    margin: 20px 0 10px
}

.za-region-container {
    padding: 0;
    background: #fafafa;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    height: 50px;
    display: none
}

.za-region-container select.za-region-select {
    background: rgba(0, 0, 0, 0);
    border: none;
    box-sizing: border-box;
    line-height: 30px;
    padding: 10px 0 10px 20px;
    width: 100%!important;
    outline: 0
}

.other-lang .signup-testimonial-wrap {
    display: none;
}

.other-lang .signup-form {
    float: none;
    margin: 0 auto;
    padding: 100px 20px 80px;
    min-width: auto;
    max-width: 500px
}

@media only screen and (min-width:1650px) {
    .signup-testimonial-wrap {
        width: 500px
    }
    .signup-form {
        margin-left: 500px;
        padding: 150px 120px 80px
    }
    .header-part>span {
        margin: 0 0 0 500px
    }
    .messages.status {
        margin: 60px 0 0 540px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .signup-form {
        float: none;
        margin-left: 400px;
        padding: 100px 5% 80px;
        min-width: 500px
    }
}

@media only screen and (max-width:991px) {
    .header-part>span {
        border-bottom: none;
    }
    .header-part {
        background: #fff;
        border-bottom: 1px solid #f2f2f2
    }
}

@media only screen and (max-width:991px) {
    .header-part>span {
        display: inline-block;
        margin: 0;
        float: right
    }
    .signup-form,
    .testimonial-content {
        margin: 0 auto
    }
    .signup-form {
        max-width: 500px;
        float: none;
        text-align: left;
        padding: 100px 5% 80px
    }
    .z-product>a img {
        display: inline-block;
        float: none
    }
    .signup-testimonial-wrap {
        padding: 80px 0;
        position: relative;
        width: 100%;
        background-size: cover
    }
    .messages.status {
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .signup-form {
        min-width: inherit;
        padding: 100px 20px 30px
    }
    .z-non-testimonial .signup-form,
    .other-lang .signup-form {
        padding: 100px 20px 30px;
    }
    .z-product>a img {
        display: inline-block;
        float: none
    }
    .umain .z-product span {
        font-size: 26px
    }
}

@media only screen and (max-width:480px) {
    .login-text>span {
        display: none;
    }
}

.umain .signup-form {
    transition: top .5s ease;
    position: relative;
    padding: 100px 50px 70px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .umain .signup-form {
        padding: 100px 5% 60px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .umain .signup-form {
        padding: 100px 5% 80px;
    }
}

@media only screen and (max-width: 767px) {
    .umain .signup-form {
        padding: 100px 30px 20px;
    }
}

.node-type-z-signup .request-drop-wrap {
    display: none;
}

.copyright-footer {
    text-align: left;
}

.umain .copyright-footer {
    text-align: center;
}

.footer-wrapper+.copyright-footer {
    display: none;
}

.copyright-footer p {
    font-size: 14px;
    margin: 0;
}

.i18n-ar .copyright-footer p {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .umain .copyright-footer {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer-wrapper+.copyright-footer {
        display: block;
    }
    .copyright-footer {
        text-align: center;
        position: relative;
    }
    .copyright-footer p {
        padding: 0 10px;
    }
    .signup-form .copyright-footer {
        display: none;
    }
}


/*------------Common Signup Form Overwrite Starts------------*/

.signup-box {
    max-width: 100%;
    float: none;
}

.signup-box .signup_frm {
    max-width: 500px;
    margin: 0
}

.signup-box .sgfrm,
.signup-box .za-captcha-container {
    margin-bottom: 15px;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.signup-box .mobile-container.sgfrm {
    padding-top: 0;
}

.signup-box input[type='email'],
.signup-box input[type='number'],
.signup-box input[type='password'],
.signup-box input[type='search'],
.signup-box input[type='tel'],
.signup-box input[type='text'],
.signup-box input[type='url'],
.signup-box textarea,
.signup-box .za-country-container .globalcountrycode-signup {
    /* background: transparent; */
    border: 1px solid #cfcbc6;
    padding: 5px 10px;
    outline: 0;
    box-shadow: none;
    z-index: 9;
    font-size: 16px;
    height: 50px;
    margin: 0;
}

.signup-box p.zcountry-info {
    margin: 0 0 5px;
}

.signup-box textarea {
    height: initial;
}

.signup-box .error,
.signup-box .za-email-suggestion .za-domain-error,
.signup-box .jqval-error,
.signup-box .signup_error {
    margin: 0;
    padding: 0 0 0;
    text-align: left;
    font-family: var(--zf-primary-regular), Arial, Helvetica, sans-serif;
    position: relative;
    top: 3px;
    font-size: 14px;
    line-height: 1;
}

.signup-box .za-company-container .za-company-box {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .8);
}

.signup-box .za-company-container .portal-id {
    font-size: 16px;
}

.signup-box .za-company-container .za-company-box.field-error {
    margin: 0 0 15px;
}

.signup-box .za-company-container .za-company-box .field-msg {
    position: absolute;
    left: 0;
    bottom: -4px !important;
}

.signup-box .za_country_code {
    min-height: 50px;
}

.signup-box #countryCodeDiv {
    border-right: 1px solid rgba(0, 0, 0, .8);
    padding: 12px 0 10px 10px;
    min-height: 48px;
}

.signup-box #countryCodeDiv:before {
    top: 20px;
}

.signup-box .placeholder {
    color: #444;
    font-size: 16px;
    left: 10px;
    position: absolute;
    top: 23px;
    transition: all .5s ease 0s;
    z-index: 7;
    z-index: 10;
}

.signup-box .added-placeholder .placeholder {
    top: -8px;
    font-size: 12px;
    color: #444;
    left: 0;
}

.signup-box .sgfrm.field-error {
    padding: 0 0 10px;
}

.signup-box .sgfrm.added-placeholder .placeholder {
    top: -6px;
}

.signup-box .sgfrm.field-error .placeholder {
    top: 13px;
}

.signup-box .sgfrm.field-error.added-placeholder .placeholder {
    top: -16px;
}

.signup-box .za-captcha-container {
    display: none
}

.signup-box .za-password-container p.message {
    display: none !important;
}

.signup-box .password-strength {
    clear: both;
    height: 5px
}

.signup-box .socl-signup {
    margin: 0;
    overflow: hidden;
    padding: 25px 0 0;
    text-align: left;
}

.signup-box .socl-signup p {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 50px;
    position: relative;
}

.signup-box .socl-signup b {
    display: inline-block;
    font-weight: 500;
    line-height: 20px;
}

.signup-box .socl-signup span:not(.vi-google),
.signup-box .socl-signup a:not(.vi-google) {
    background: url(/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) 0 0/980px auto no-repeat;
    width: 40px;
    height: 40px;
}

.signup-box .socl-signup span.vi-facebook,
.signup-box .socl-signup a.vi-facebook {
    background-position: -461px 0
}

.signup-box .socl-signup span.vi-twitter,
.signup-box .socl-signup a.vi-twitter {
    background-position: -500px 0
}

.signup-box .socl-signup span.vi-linkedin,
.signup-box .socl-signup a.vi-linkedin {
    background-position: -540px 0
}

.signup-box .socl-signup span.vi-office365,
.signup-box .socl-signup a.vi-office365 {
    background-position: -579px 0
}

.i18n-ar .signup-form .z-product,
.i18n-ar .signup-form h3 {
    text-align: right;
}

.i18n-ar .umain .signup-form .z-product,
.i18n-ar .umain .signup-form h3 {
    text-align: center;
}

.i18n-ar .signup-box .placeholder {
    left: unset;
    right: 10px;
}

.i18n-ar .signup-box .socl-signup p {
    text-align: right;
}

.i18n-ar .signup-box #countryCodeDiv {
    border-left: 1px solid rgba(0, 0, 0, .8);
}

@media only screen and (max-width:991px) {
    .signup-box {
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .signup-box .socl-signup {
        text-align: center;
        display: none;
    }
    .signup-box .socl-signup b {
        display: block;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .i18n-ar .signup-box .socl-signup p,
    .i18n-ar .signup-box .socl-signup b {
        text-align: center;
    }
}


/*------------Common Signup Form Overwrite Ends------------*/


/*  */

#header,
.footer-wrapper {
    display: none;
}

.orchestly-signup {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, linear-gradient(135deg, #F4F1EB 0%, #F4F1EB 100%);
}

.orc-logo {
    position: fixed;
    top: 50px;
    left: 60px;
    z-index: 3;
}

.menu-icon-help-header .product-title a {
    color: #fff;
}

.aside-testimonial {
    position: fixed;
    width: 730px;
    height: 100vh;
    left: 0;
    top: 0;
    /* background: #293042; */
    background: url(/sites/default/files/orchestly/signup-testimonial-bg.jpg) no-repeat center;
    background-size: 730px;
}

.aside-testimonial:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(41, 48, 66, 0.97);
    z-index: 0;
    /* opacity: .03; */
}

.signup-contain {
    width: calc(100% - (730px + 150px));
    float: right;
    padding: 160px 0;
}

.umain .signup-contain {
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.signup-box {
    float: left;
    max-width: 400px;
}

.aside-testimonial {
    padding: 120px 60px 40px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aside-testimonial h2 {
    max-width: 450px;
    align-self: flex-start;
    position: relative;
}

.aside-testimonial p,
h5 span {
    color: #ACB1C2;
}

.testimonial-content p {
    padding: 45px 0 30px;
    position: relative;
}

.testimonial-content p:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(/sites/default/files/orchestly/home/sprite.png) no-repeat -338px 1px;
    background-size: 550px auto;
    left: 0;
    top: 0;
}

.testimonial-content h5 span {
    display: block;
    font-size: 18px;
}

.copyright-footer {
    position: relative;
    align-self: flex-end;
}

.copyright-footer p {
    font-size: 16px;
}

.testimonial-content {
    padding: 0 40px 0 60px;
    top: -40px;
}

.login-text {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 14px;
}

.umain .login-text {
    display: none;
}

.login-text a {
    color: #FF8331;
    text-transform: uppercase;
}

.signup-box .za-tos-container .field-msg {
    margin: 12px 0 0 -30px;
}

.loggedin-userinfo {
    display: none;
}

@media only screen and (min-width:1921px) {
    .signup-wrapper {
        display: flex;
        justify-content: space-between;
        height: 1050px;
    }
    .aside-testimonial {
        position: relative;
        z-index: 1;
        height: 100%;
    }
    .orc-logo {
        position: absolute;
    }
}

@media only screen and (max-width:1439px) {
    .aside-testimonial {
        width: 550px;
    }
    .signup-contain {
        width: calc(100% - (550px + 100px));
        padding: 100px 0;
    }
}

@media only screen and (max-width:1100px) {
    .aside-testimonial {
        width: 500px;
    }
    .signup-contain {
        width: calc(100% - (500px + 70px));
    }
    .testimonial-content {
        padding: 0;
    }
}

@media only screen and (max-width:992px) {
    .signup-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .aside-testimonial {
        width: 100%;
        order: 1;
        position: relative;
        padding: 60px 5%;
        height: auto;
        display: block;
    }
    .signup-contain {
        max-width: 500px;
        width: 90%;
        margin: 0 auto;
    }
    .umain .signup-contain {
        height: auto;
        padding: 150px 0 60px;
    }
    .signup-box {
        max-width: 100%;
        margin: 40px 0 0;
    }
    .orc-logo {
        position: absolute;
        max-width: 500px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        top: 70px;
    }
    .menu-icon-help-header .product-title a {
        color: #000;
        padding: 10px 0 0 10px;
    }
    .menu-icon-help-header .product-title {
        display: inline-block;
    }
    .signup-box h4 {
        margin: 0 0 -20px;
    }
    .aside-testimonial h2 {
        max-width: 100%;
        z-index: 1;
        position: relative;
    }
    .testimonial-content {
        padding: 40px 0 60px;
    }
}
@media only screen and (max-width:767px) {
    .menu-icon-help-header .product-title a {
        padding: 0 0 0 40px;
    }
.z-mobile-menu-v2 {
    display: none;
}
}