p.zwc-spark-training-copyrights {
    text-align: center;
    padding: 40px 0;
    color: #fff;
    font-size: 14px;
    background: #000;
    margin: 0;
}
div#crmWebToEntityForm {
    margin: 0 auto;
    max-width: 400px;
}

.wrapper {
    padding: 80px 0px 80px;
    min-height: 88vh;
    background: url(/sites/zweb/images/spark/images/zwc-spark-training-form-bg.jpg) no-repeat;
    background-color: #000;
}
div#backtoform {
    background: #405bfc;
    border: 1px solid #405bfc;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    padding: 13px 40px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 40px;
    font-family: var(--secondaryfont-semibold);
position: relative;
}
.zwc-partner-enroll h2 {
    text-align: center;
}
.zwc-partner-enroll ul li {
    color: #fff;
    background: #405BFC;
    padding: 12px 23px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-family: var(--secondaryfont-semibold);
}
.zwc-partner-enroll ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}
.zwc-partner-enroll ul li a {
    color: #fff;
}
.zwc-partner-enroll {
    margin: 0 0 50px;
}
.body-umain .zwc-partner-enroll ul,
.crm-form-wrap {
    display: none;
}
.body-umain .crm-form-wrap {
    display: block;
}
.zwc-reg-success-msg {
    width: 100%;
    max-width: 712px;
    position: fixed;
    transform: translate(-50%,-60%);
    transition: all .5s ease;
    left: 50%;
    top: 50%;
    z-index: 0;
    box-shadow: -7px 0 28px 0 rgba(0,0,0,0.46);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 50px 30px;
    border-radius: 6px;
}
.zwc-reg-success-msg p{
    font-size: 20px;
    text-align: center;
    color: green;
    margin: 0;
    line-height: 1.3;
}
div#backtoform:before,div#backtoform:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    left: 13px;
    top: 24px;
}
div#backtoform:after {
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    top: 20px;
    left: 13px;
}
/****** CRM Entity Form ******/
.formtxtboxman {
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 40px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 15px;
}
.formfiled-label {
    margin-bottom: 5px;
    font-size: 13px;
    color: #575757;
}
.formfield-container {
    margin-bottom: 15px;
    position: relative;
}
.formfield-container select.globalcountrycode,
.formfield-container select.globalstatecode {
    border-color: #e4e4e4;
}
div.zgdprform-state-container {
    margin-top: 20px;
}
.formfiled-element.captcha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
input.submitbutton,.resetbutton {
    background: #405BFC;
    border: 1px solid #405BFC;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 40px;
    text-transform: uppercase;
    border-radius: 3px;
}
.resetbutton {
    background: transparent;
    color: #405BFC;
    margin-left: 6px;
}
.wrapper .content-wrap {
    max-width: 812px;
    border-radius: 6px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 40px;
}
label.error {
    color: red;
    font-size: 13px;
    margin-top: 10px
}

/******* early form ****/

p.thank-msg {
    display: none;
    padding: 10px 25px;
    background: #40bd60;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    z-index: 999999;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    animation: bouncein .8s forwards;
}


@keyframes bouncein {
    0%,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}