

body {
    direction: rtl;
    text-align: right;
}

* {
    font-family: Vazir;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}




.container {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7rem;
    padding: 0;
}


.wave {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}




.login-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: white;
}

.img img {
    width: 500px;
    display: none;
}

form {
    width: 360px;
    text-align: ri;
}

span.mainLogo {
    position: relative;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 72px;
}


    span.mainLogo img {
        width: auto;
    }

.login-content h2 {
    margin: 15px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 2.9rem;
}

.login-content .input-div {
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
    text-align: right;
}

    .login-content .input-div.one {
        margin-top: 0;
    }

.i {
    color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .i i {
        transition: .3s;
    }

.input-div > div {
    position: relative;
    height: 36px;
    margin: 17px 0 0px;
}

    .input-div > div > h5 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        /* color: white; */
        font-size: 18px;
        transition: .3s;
    }

.input-div:before, .input-div:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #1eb7b7;
    transition: .4s;
}

.input-div:before {
    right: 50%;
}

.input-div:after {
    left: 50%;
}

.input-div.focus:before, .input-div.focus:after {
    width: 50%;
}

.input-div.focus > div > h5 {
    top: -19px;
    font-size: 15px;
}

.input-div.focus > .i > i {
    color: #1eb7b7;
}

.input-div > div > input, .input-div > div > select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0.5rem 0.7rem;
    /* font-size: 1.2rem; */
    color: #555;
    background: #e8f0fe;
    border-radius: 10px;
    text-align: right;
}

.input-div.pass {
    margin-bottom: 16px;
}

a {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #999;
    font-size: 0.9rem;
    transition: .3s;
}

    a:hover {
        color: #1eb7b7;
    }

.btn {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #1eb7b7, #6ccfcf, #1eb7b7);
    background-size: 200%;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    margin: 1rem 0;
    cursor: pointer;
    transition: .5s;
    text-align: center;
}

    .btn[disabled="disabled"] {
        opacity: .5;
    }

span.btn.callForPhoneVerificationCode {
    background: #6e47f9;
}

.btn:hover {
    background-position: right;
}

.btn.minimum {
    width: auto;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.sum_report {
}

.btn i {
    margin-left: 5px;
}

.left {
    float: left;
}

@media screen and (max-width: 1050px) {
    .container {
        grid-gap: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    form {
        width: 290px;
    }

    .login-content h2 {
        font-size: 2.4rem;
        margin: 8px 0;
    }

    .img img {
        width: 400px;
    }
}

@media screen and (max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
    }

    .img {
        display: none;
    }

    .wave {
        display: none;
    }

    .login-content {
        justify-content: center;
    }
}

.btn[disabled="disabled"] {
    opacity: .5;
}

span.btn.callForPhoneVerificationCode {
    background: #6e47f9;
}

.btn:hover {
    background-position: right;
}



@media screen and (max-width: 1050px) {
    .container {
        grid-gap: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    form {
        width: 290px;
    }

    .login-content h2 {
        font-size: 2.4rem;
        margin: 8px 0;
    }

    .img img {
        width: 400px;
    }
}

@media screen and (max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
    }

    .img {
        display: none;
    }

    .wave {
        display: none;
    }

    .login-content {
        justify-content: center;
    }
}



@font-face {
    font-family: 'Vazir';
    src: url("../font/Vazir.ttf") format("truetype");
    font-weight: normal
}






.validation-error, .errprAjaxForm, .successAjaxForm {
    color: rgb(255, 155, 0);
    border: 1px solid rgb(255, 155, 0);
    margin-right: -7px;
    margin-top: 5px;
    font-size: 13px;
    padding: 4px;
    display: inline-block;
    margin: 9px 0px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    display: none;
}

.validation-error {
    display: block;
}

.successAjaxForm {
    color: rgb(60, 138, 4);
    background-color: #eeeeee;
    border: 1px solid rgb(60, 138, 4);
}


.hide {
    display: none;
}

.dynamicFormError {
    border: 1px solid rgb(255, 155, 0) !important;
}

span#forgetPasword {
    cursor: pointer;
}



/*.......................................................paya madule-Part.......................................*/

.resizable[data-boxstyle="a-madule-digital"] {
    padding-bottom: 0 !important;
    position: absolute;
    width: 100%;
    z-index: -1;
    right: 0;
}

    .resizable[data-boxstyle="a-madule-digital"] .a-madule-digital .square .line {
        background: white;
    }

    .resizable[data-boxstyle="a-madule-digital"] > h4,
    .resizable[data-boxstyle="a-madule-digital"] > h3 {
        display: none
    }

    .resizable[data-boxstyle="a-madule-digital"] .a-madule-digital {
        padding: 0 !important;
        margin: 0 !important
    }

    .resizable[data-boxstyle="a-madule-digital"] .a-madule-digital {
        height: 100vh;
        position: relative
    }

    .resizable[data-boxstyle="a-madule-digital"] .video-img {
        height: auto;
        left: 50%;
        min-height: 100vh;
        min-width: 100vw;
        opacity: .3;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
        transform: translateX(-50%) translateY(-50%) rotateY(180deg);
        transition: opacity .75s ease 0s;
        width: auto;
        pointer-events: none;
        will-change: transform;
        opacity: .3 !important
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-b,
    .resizable[data-boxstyle="a-madule-digital"] .layer-c,
    .resizable[data-boxstyle="a-madule-digital"] .layer-d,
    .resizable[data-boxstyle="a-madule-digital"] .layer-e {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        overflow: hidden;
        opacity: 0;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transition: box-shadow 2s ease .5s;
        transition: box-shadow 2s ease .5s;
        opacity: 1
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-b {
        left: 38%;
        width: 16% !important;
    }

        .resizable[data-boxstyle="a-madule-digital"] .layer-b .video-wrap,
        .resizable[data-boxstyle="a-madule-digital"] .layer-c .video-wrap,
        .resizable[data-boxstyle="a-madule-digital"] .layer-d .video-wrap,
        .resizable[data-boxstyle="a-madule-digital"] .layer-e .video-wrap {
            position: absolute;
            width: 100vw;
            height: 100vh;
            top: 0;
            bottom: 0;
            left: -44.36vw
        }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-b .video-img {
        opacity: .73;
        margin-left: 8vw
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-b .video-img {
        opacity: .3;
        left: 50%;
        margin-left: -7.3rem
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-c {
        -webkit-transition: box-shadow 2s ease .2s;
        transition: box-shadow 2s ease .2s
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .lll {
        width: 12%;
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-c {
        z-index: 4;
        left: 26%;
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-d {
        z-index: 3;
        left: 14%;
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-d {
        -webkit-transition: box-shadow 2s ease .3s;
        transition: box-shadow 2s ease .3s
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-e {
        -webkit-transition: box-shadow 2s ease .4s;
        transition: box-shadow 2s ease .4s;
        width: 14%;
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-e {
        z-index: 2;
        left: 0;
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-c:after {
        bottom: auto;
        height: 50%
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-c:after {
        -webkit-transition: opacity 2s ease .4s;
        transition: opacity 2s ease .4s
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-d:after {
        bottom: auto;
        height: 30%
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-d:after {
        -webkit-transition: opacity 2s ease .3s;
        transition: opacity 2s ease .3s
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-e:after {
        bottom: auto;
        height: 15%
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-e:after {
        -webkit-transition: opacity 2s ease .4s;
        transition: opacity 2s ease .4s
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-b:after,
    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-c:after,
    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-d:after,
    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-e:after {
        opacity: 1
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-c .video-img {
        opacity: 1;
        margin-left: -12vw;
        -webkit-transition: opacity 2s ease .2s,margin 2s ease .2s;
        transition: opacity 2s ease .2s,margin 2s ease .2s
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-c .video-img {
        margin-left: -6rem
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate #canvas-video3,
    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-d .video-img {
        opacity: .83;
        margin-left: -6vw;
        -webkit-transition: opacity 2s ease .3s,margin 2s ease .3s;
        transition: opacity 2s ease .3s,margin 2s ease .3s
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-d .video-img {
        margin-left: 8rem
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate #canvas-video4,
    .resizable[data-boxstyle="a-madule-digital"] .animate .layer-e .video-img {
        opacity: .73;
        -webkit-transition: opacity 2s ease .4s,margin 2s ease .4s;
        transition: opacity 2s ease .4s,margin 2s ease .4s
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-e .video-img {
        margin-left: 6rem
    }

    .resizable[data-boxstyle="a-madule-digital"] .inner {
        width: 100%;
        padding: 0 3rem;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        height: 100%
    }

    .resizable[data-boxstyle="a-madule-digital"] digital-entry {
        position: absolute;
        left: 5%;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        color: #fff;
        width: 45%;
        z-index: 7;
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        left: 7.1%
    }

    .resizable[data-boxstyle="a-madule-digital"] .square,
    .resizable[data-boxstyle="a-madule-digital"] .square2,
    .insights .square {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        z-index: -1;
        width: 39.5rem;
        height: 45.3rem;
        max-width: 400px;
        max-height: 450px
    }

    .resizable[data-boxstyle="a-madule-digital"] .square2 {
        position: absolute
    }

    .resizable[data-boxstyle="a-madule-digital"] .slide.animate .img-holder .square .line.line-01,
    .resizable[data-boxstyle="a-madule-digital"] .animate .square .line.line-01 {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        width: 100%
    }

    .resizable[data-boxstyle="a-madule-digital"] .img-holder .square .line.line-01,
    .resizable[data-boxstyle="a-madule-digital"] .square .line.line-01,
    .resizable[data-boxstyle="a-madule-digital"] .insights .square .line.line-01 {
        left: 0;
        top: 0;
        height: 1.3rem;
        width: 0;
        -webkit-transition: width .2s linear;
        transition: width .2s linear
    }

    .resizable[data-boxstyle="a-madule-digital"] .img-holder .square .line,
    .resizable[data-boxstyle="a-madule-digital"] .square .line,
    .resizable[data-boxstyle="a-madule-digital"] .insights .square .line {
        position: absolute
    }

    .resizable[data-boxstyle="a-madule-digital"] .line.line-01 {
        right: 0;
        top: 0;
        height: 2px;
        width: 0;
        -webkit-transition: width .12s linear;
        transition: width .12s linear;
        -webkit-transition-delay: .12s;
        transition-delay: .12s
    }

    .resizable[data-boxstyle="a-madule-digital"] .digital-entry {
        position: absolute;
        left: 5%;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        color: #fff;
        width: 45%;
        z-index: 7;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        right: 6%;
        direction: rtl
    }

    .resizable[data-boxstyle="a-madule-digital"] .slide.animate .img-holder .square .line.line-02,
    .resizable[data-boxstyle="a-madule-digital"] .animate .square .line.line-02 {
        FONT-WEIGHT: 600;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        height: 100%
    }

    .resizable[data-boxstyle="a-madule-digital"] .img-holder .square .line.line-02,
    .resizable[data-boxstyle="a-madule-digital"] .square .line.line-02,
    .resizable[data-boxstyle="a-madule-digital"] .insights .square .line.line-02 {
        right: 0;
        top: 0;
        height: 0;
        width: 1.3rem;
        -webkit-transition: height .2s linear;
        transition: height .2s linear
    }

    .resizable[data-boxstyle="a-madule-digital"] .line.line-02 {
        right: 0;
        bottom: 0;
        height: 0;
        width: 2px;
        -webkit-transition: height .12s linear;
        transition: height .12s linear;
        -webkit-transition-delay: .24s;
        transition-delay: .24s
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-e .video-wrap {
        left: -87vw
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-d .video-wrap {
        left: -72.93vw
    }

    .resizable[data-boxstyle="a-madule-digital"] .layer-c .video-wrap {
        left: -59.18vw !important
    }

    .resizable[data-boxstyle="a-madule-digital"] .slide.animate .img-holder .square .line.line-03,
    .resizable[data-boxstyle="a-madule-digital"] .animate .square .line.line-03 {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        width: 100%
    }

    .resizable[data-boxstyle="a-madule-digital"] .img-holder .square .line.line-03,
    .resizable[data-boxstyle="a-madule-digital"] .square .line.line-03,
    .resizable[data-boxstyle="a-madule-digital"] .insights .square .line.line-03 {
        right: 0;
        bottom: 0;
        height: 1.3rem;
        width: 0;
        -webkit-transition: width .2s linear;
        transition: width .2s linear
    }

    .resizable[data-boxstyle="a-madule-digital"] .line.line-03 {
        right: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        -webkit-transition: width .12s linear;
        transition: width .12s linear;
        -webkit-transition-delay: .24s;
        transition-delay: .24s
    }

    .resizable[data-boxstyle="a-madule-digital"] .slide.animate .img-holder .square .line.line-04,
    .resizable[data-boxstyle="a-madule-digital"] .animate .square .line.line-04 {
        height: 100%;
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

    .resizable[data-boxstyle="a-madule-digital"] .img-holder .square .line.line-04,
    .resizable[data-boxstyle="a-madule-digital"] .square .line.line-04,
    .resizable[data-boxstyle="a-madule-digital"] .insights .square .line.line-04 {
        left: 0;
        bottom: 0;
        height: 0;
        width: 1.3rem;
        -webkit-transition: height .2s linear;
        transition: height .2s linear
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .line-white {
        height: 100px
    }

    .resizable[data-boxstyle="a-madule-digital"] .line-white.ready {
        -webkit-transition: height 0s ease 0s;
        transition: height 0s ease 0s
    }

    .resizable[data-boxstyle="a-madule-digital"] .line-white.ready {
        -webkit-transition: height 0s ease 0s;
        transition: height 0s ease 0s
    }

    .resizable[data-boxstyle="a-madule-digital"] .line-white {
        position: absolute;
        left: 50%;
        width: 3px;
        background: rgba(255,255,255,.48);
        height: 0;
        display: block;
        top: 23.9rem;
        -webkit-transition: height .5s ease 1.5s;
        transition: height .5s ease 1.5s;
        margin-left: -1.5px
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .arrows {
        opacity: 1
    }

    .resizable[data-boxstyle="a-madule-digital"] .square2 > a {
        -webkit-animation: pulse2 1s infinite;
        animation: pulse2 1s infinite;
        display: block;
        position: absolute;
        bottom: -74px;
        left: 50%;
        cursor: pointer;
        width: 14px;
        height: 50px;
        margin-left: -7px;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .square2 > a {
        opacity: 1
    }

    .resizable[data-boxstyle="a-madule-digital"] .arrow {
        border-left: 2px solid rgba(255,255,255,.6);
        border-bottom: 2px solid rgba(255,255,255,.6);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: .5rem;
        opacity: 0;
        -webkit-transition: opacity .35s ease 1.9s;
        transition: opacity .35s ease 1.9s
    }

    .resizable[data-boxstyle="a-madule-digital"] .animate .arrow {
        opacity: 1
    }

    .resizable[data-boxstyle="a-madule-digital"] .arrow.arrow-02 {
        top: 1.1rem;
        border-color: rgba(255,255,255,.4);
        -webkit-transition: opacity .35s ease 2s;
        transition: opacity .35s ease 2s
    }

    .resizable[data-boxstyle="a-madule-digital"] .arrow.arrow-03 {
        top: 1.8rem;
        border-color: rgba(255,255,255,.2);
        -webkit-transition: opacity .35s ease 2.1s;
        transition: opacity .35s ease 2.1s
    }

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: translate(0,0);
        opacity: 0.7
    }

    50% {
        -webkit-transform: translate(0,1rem);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 0.7
    }
}

@keyframes pulse2 {
    0% {
        transform: translate(0,0);
        opacity: 0.7
    }

    50% {
        transform: translate(0,10px);
        opacity: 1
    }

    99% {
        transform: translate(0,0);
        opacity: 0.7
    }
}

.resizable[data-boxstyle="a-madule-digital"] .entry-in {
    top: 0;
    position: absolute;
    width: 340px;
    margin: 0 auto;
    right: 39px;
    max-width: 100%;
    height: 84%;
    overflow: hidden
}

.resizable[data-boxstyle="a-madule-digital"] .options-wrapper i.editboxback {
    display: none
}

.resizable[data-boxstyle="a-madule-digital"] .resizable[data-tmplname="content"] {
    position: absolute;
    color: white;
    top: 60px
}

    .resizable[data-boxstyle="a-madule-digital"] .resizable[data-tmplname="content"] * {
        text-align: center
    }

.resizable[data-boxstyle="a-madule-digital"] .resizable > h4:after {
    opacity: 0
}

.resizable[data-boxstyle="a-madule-digital"] .resizable > h4 {
    margin-bottom: 24px;
    font-size: 30px
}

.resizable[data-boxstyle="a-madule-digital"] .resizable > h3 {
    font-size: 20px
}

.resizable[data-boxstyle="a-madule-digital"] .resizable {
    opacity: 0;
    transition: 3s
}

.resizable[data-boxstyle="a-madule-digital"] .animate .resizable {
    opacity: 1
}

.resizable[data-boxstyle="a-madule-digital"] .resizable[data-tmplname="content"] > div * {
    color: white !important
}

.resizable[data-boxstyle="a-madule-digital"] .a-madule-digital {
    background-color: #1eb7b7;
}

body.enSite .login-content {
    direction: ltr;
}

    body.enSite .login-content .input-div {
        text-align: left;
    }

body.enSite .input-div > div > input,
body.enSite .input-div > div > select {
    text-align: left;
}

body.enSite span.mainLogo {
    height: 100px;
}
