﻿html {
    font-size: inherit;
}
body {
    font-family: IranSans !important;
    font-weight: 300;
    direction: rtl;
    margin: 0;
    background-color: #0b4158 !important;
    background: #0b4158 !important;
    font-size: inherit !important
}

    body::before {
        content: "";
        background: url('../images/BgLogin.png') no-repeat left center transparent;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: contain;
        opacity: 0.5;
    }

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font-family: IranSans !important;
}

.clear {
    clear: both;
}

svg {
    fill: currentColor;
}

* {
    box-sizing: border-box;
    outline: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

    * a {
        text-decoration: none;
    }

html,
body,
.wrapper {
    height: 100%;
}

.wrapper {
    padding: 20px;
}

.main {
    width: 1100px;
    margin:30px auto 0;
}

.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    padding: 20px;
    direction: rtl;
}

.header__language {
    text-decoration: none;
    color: white;
    font-size: 12px;
    vertical-align: middle;
}

    .header__language:hover {
        color: #00a9a7;
    }

    .header__language i {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        line-height: 1;
    }

    .header__language span {
        display: inline-block;
        line-height: 1;
    }

.header__logo {
    display: block;
    width: 170px;
    color: white;
}

.flaticon {
    display: inline-block;
}

    .flaticon::before {
        margin: 0;
        line-height: 0;
        font-size: .8em;
        display: inline-block;
        vertical-align: middle;
    }

.header__icon::before {
    margin-left: 0;
    font-size: 14px;
}

.content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.content__right {
    position: relative;
    width: 34%;
    background-color: white;
    border-radius: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    z-index: 1;
}

.logo {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
}

    .logo a {
        display: block;
        text-align: center;
    }

        .logo a img {
            width: 150px;
            opacity: 0.8;
        }

.easy {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

    .easy h3 {
        margin: 30px 0 50px 0;
        color: white;
    }

.easyــmofid-logo {
    width: 120px;
    height: auto;
}

.easyــlogo {
    width: 35%;
    min-width: 180px;
}

    .easyــlogo.easyــlogo--dark {
        display: none;
    }

.easy__button {
    display: inline-block;
    font-family: 'IranSans';
    position: relative;
    cursor: pointer;
    color: white;
    background-color: #00a9a7;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0px 0 rgba(255, 255, 255, 0.5) inset;
    padding: 7px 50px 10px;
}

    .easy__button:hover {
        background-color: #00c3c0;
    }

.easy__badge {
    position: absolute;
    right: 30%;
    top: 66%;
}

.content__left {
    padding: 20px;
    width: 66%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tabs {
    margin: 0;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.tabs__button {
    display: none;
}

.tabs__tab {
    display: block;
    float: right;
    opacity: .5;
    width: 50%;
    margin: 0 0 -1px;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    box-shadow: 0 -1px 0 0 #eaeaea inset;
}

    .tabs__tab img {
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        width: auto;
    }

    .tabs__tab:hover {
        cursor: pointer;
        opacity: .8;
    }

input:checked + label {
    cursor: default;
    opacity: 1;
    /*border: 1px solid #f0f0f0;*/
    box-shadow: 0 -3px 0 0 rgba(1, 66, 88, 0.9) inset;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    /*border-bottom: 1px solid #fff;*/
}

.block-border {
    padding:10px 15px 1px;
}

#tab1:checked ~ .block-border > #onlineplus,
#tab2:checked ~ .block-border > #mofidonline {
    display: block;
}

.message {
    padding: 0 20px;
    font-size: .8em;
    text-align: justify;
}

.form .flaticon {
    position: absolute;
    opacity: .3;
}
.captchaformgroup { display: inline-block;}
.captchaformgroup >.fright { width: 40%; }
.captchaformgroup >.captchabox{ width: 60%; }
.captchaformgroup .form-group.captchainputbox{padding: 8px 15px 0 0;box-sizing: border-box;}
.captchaformgroup .form-group.captchainputbox input{ font-size: 11px;padding: 10px 1px}
.captchaformgroup .recaptcha {position: absolute;top: 18px;left: 4px;z-index: 10;cursor: pointer;width: 15px;}
.captchaformgroup .captchabox{ min-height: auto !important;margin-top: -5px}
.captchaformgroup .captcha-img { height: 48px;width:calc(100% - 20px)}
.captchaformgroup .form-group {border: 0;padding: 0;margin: 0}
.form-group, .captchaformgroup {
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    margin: 8px 0;
    padding: 5px;
    width: 100%;
}
.form__captcha {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    color: #333;
    overflow: hidden;
}

    .form__captcha .form__input-text {
        border: none;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        margin: 0;
    }

    .form__captcha .flaticon {
        position: static;
    }

        .form__captcha .flaticon:hover {
            opacity: .8;
            cursor: pointer;
        }

    .form__captcha .pattern {
        margin: 0 5px;
        font-size: 0;
    }

.form__input-text {
    display: block;
    width: 100%;
    border: none;
}

    .form__input-text:focus {
        border-color: #00a9a7;
    }

        .form__input-text:focus + .flaticon {
            opacity: .7;
        }

.btn-primary {
    display: block;
    width: 100%;
    color: #014258;
    background-color: white;
    border: 1px solid #014258;
    border-radius: 2px;
    margin: 5px 0;
    padding: 8px 10px;
    font-family: inherit
}

    .btn-primary:hover {
        background-color: #014258;
        color: white;
        cursor: pointer;
    }

.tabs__content {
    display: none;
}

.form__list {
    list-style: none;
    margin: 10px 5px 0;
    padding: 0;
}

    .form__list .list__bullet {
        cursor: pointer;
        position: relative;
        padding-right: 12px;
        line-height: 1.3;
        text-decoration: none;
        color: #333;
        font-size: .8em;
    }

        .form__list .list__bullet::before {
            content: "";
            position: absolute;
            height: 6px;
            width: 6px;
            top: 50%;
            margin-top: -3px;
            right: 0px;
            background-color: #333;
            border-radius: 50%;
        }

        .form__list .list__bullet:hover {
            color: #00a9a7;
        }

.email-forget #email-forget__label,
.email-forget #email-forget__label--2 {
    display: none;
}

    .email-forget #email-forget__label:checked + .email-forget__field,
    .email-forget #email-forget__label--2:checked + .email-forget__field {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }

.email-forget .email-forget__field {
    display: none;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    margin: 8px 0;
    padding: 0 30px 0 0;
}

    .email-forget .email-forget__field:focus {
        border-color: #00a9a7;
    }

    .email-forget .email-forget__field .flaticon {
        top: 6px;
        right: 8px;
    }

.email-forget .email-forget__text {
    border: none;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.email-forget .email-forget__button {
    display: inline-block;
    font-family: 'IranSans';
    position: relative;
    cursor: pointer;
    border-radius: 2px 0 0 2px;
    color: #fff;
    background-color: #00a9a7;
    border: none;
    /*box-shadow: 0 3px 3px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.5) inset;*/
    padding: 7px 20px;
}

    .email-forget .email-forget__button:hover {
        background-color: #00c3c0;
    }

.footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding:5px 20px;
}

.footer__text a,
.footer__text p {
    text-decoration: none;
    color: #555;
    font-size: 13px;
    margin: 0;
}

    .footer__text a:hover {
        color: #00a9a7;
    }

.copyright {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    padding: 10px 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    font-size: 16px;
}

    .copyright p {
        color: #aaa;
        font-size: 11px;
        margin: 0;
        padding: 0;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        text-align: right;
    }

    .copyright .flaticon::before {
        font-size: 1.3em;
    }

    .copyright a {
        color: #2e7995;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        margin: 0 5px;
    }
/*p e n d u l u m*/
.base {
    margin: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    top: 75%;
    right: 6%;
    margin-right: -40px;
    width: 80px;
}

.holder {
    width: 30px;
    height: 20px;
    background: black;
    margin: auto;
    border-radius: 0 0 50% 50%;
}

.thread {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #333;
    border-radius: 5px;
    position: relative;
    transform-origin: 50% 0;
    animation: moveIt 2.5s ease-in-out infinite;
    -webkit-animation: moveIt 2.5s ease-in-out infinite;
    z-index: 10;
}

    .thread:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #333;
        border: 2px solid #34c9c7;
        top: -5.7px;
        left: -5.5px;
    }

.pendulum {
    width: 80px;
    height: 106px;
    background: url(../images/medal.svg) no-repeat 0 0;
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    left: -40px;
}

    .pendulum::after {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #333;
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -3px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

.shadow {
    width: 30px;
    height: 5px;
    background: gray;
    border-radius: 50%;
    margin: 50px auto 0;
    animation: moveShade 1.25s ease-in-out alternate infinite;
    -webkit-animation: moveShade 1.25s ease-in-out alternate infinite;
}

@keyframes moveIt {
    0%, 100% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }
}

@keyframes moveShade {
    0% {
        transform: translateX(-220px) scale(1.4);
        filter: blur(20px);
    }

    50% {
        filter: blur(3px);
    }

    100% {
        transform: translateX(220px) scale(1.4);
        filter: blur(20px);
    }
}

@-webkit-keyframes revolve {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes moveIt {
    0%, 100% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }
}

@-webkit-keyframes moveShade {
    0% {
        transform: translateX(-220px) scale(1.4);
        -webkit-transform: translateX(-220px) scale(1.4);
        filter: blur(20px);
    }

    50% {
        filter: blur(3px);
    }

    100% {
        transform: translateX(220px) scale(1.4);
        -webkit-transform: translateX(220px) scale(1.4);
        filter: blur(20px);
    }
}

@-webkit-keyframes revolve {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

footer {
    padding: 20px 0 0 0 ;
    color: #fff;
    position: relative;
    margin-top: 15px;
}

    footer .footer__title {
        position: relative;
        margin: 8px 0;
    }

        footer .footer__title::before {
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            margin-top: -1px;
            background-color: rgba(255, 255, 255, 0.1);
        }

        footer .footer__title::after {
            content: "";
            display: block;
            clear: both;
        }

        footer .footer__title span {
            position: relative;
            display: block;
            background-color: #0b4158;
            padding:0 5px;
        }

    footer li {
        font-size: 13px;
    }

@media (max-width: 1200px) {
    body::before {
        display: none;
    }

    body .content__right {
        width: 40%;
    }

    body .main {
        width: auto;
    }
}

@media (max-width: 768px) {
    body {
        background-color: white !important;
        margin-bottom: 40px;
    }

    .wrapper {
        display: block;
        padding: 0;
        margin-top: 50px;
    }

        .wrapper .header {
            z-index: 10;
            padding: 5px 10px;
        }

            .wrapper .header .header__language {
                color: #333;
            }

            .wrapper .header .header__logo {
                color: #333;
            }

        .wrapper .main {
            width: auto;
            margin: 0 auto;
        }

            .wrapper .main .content {
                height: auto;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                border-radius: 0;
            }

                .wrapper .main .content .content__right,
                .wrapper .main .content .content__left {
                    width: 100%;
                }

                .wrapper .main .content .content__left {
                    padding-bottom: 110px;
                }

                .wrapper .main .content .easy h3 {
                    color: #333;
                }

                .wrapper .main .content .logo {
                    display: none;
                }

            .wrapper .main .easyــlogo {
                display: none;
            }

                .wrapper .main .easyــlogo.easyــlogo--dark {
                    display: block !important;
                }

            .wrapper .main .header {
                padding: 10px;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
            }

            .wrapper .main .copyright {
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                position: fixed;
                border-top: 1px solid #eaeaea;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 10px;
                background-color: white;
                z-index: 10;
            }

        .wrapper .form__captcha .form__input-text {
            width: 20%;
        }

    footer {
        color: #333;
        padding: 20px 20px 60px;
    }

        footer .footer__title::before {
            background-color: rgba(0, 0, 0, 0.1);
        }

        footer .footer__title span {
            background-color: white;
        }
}
input[type="text"], input[type="password"], input[type="number"] {
    display: block;
    width: 100%;
    border: none;
    box-shadow: none
}
.tab-select-app li {
    color: transparent !important;
    display: block;
    float: right;
    opacity: .5;
    width: 50%;
    margin: 0 0 -1px;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 0 -1px 0 0 #eaeaea inset;
    background-repeat: no-repeat;
    line-height: 47px !important;
}
    .tab-select-app li.active {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        background-color: transparent !important;
        box-shadow: 0 -3px 0 0 rgba(1,66,88,.9) inset
    }
    .tab-select-app li.tabplus {background: url(../images/LoginPlus.png) center center no-repeat !important}
    .tab-select-app li.tabweb {background: url(../images/Logo_Online_Final.png) center center no-repeat!important}
.tab-select-app {border: none!important}
.content__right .caption{display: none}
.controls {display: flex}
.controls i{padding: 3px 0;color: #b3b3b3;font-size: 15px;}
.keyboardInputInitiator{ height: 15px;margin-top: 6px!important;}
.content__right .fade { display: none;}
.loginForm{height: auto!important}
.content__right a:hover {color: #000}
.showForgetPanel .loginForm{display: none}
.forgetPasswordContainer{display:none}
.showForgetPanel .forgetPasswordContainer{display: block}
footer ul{ list-style-type: disc;line-height: 23px;}
.errortext, .validation-summary-errors {color: red;}
.borderbox.required {border: 2px solid red;}
body .crisp-client .crisp-6k5puw .crisp-ukuhcj, 
    body .crisp-client .crisp-6k5puw .crisp-f1id2w::before, 
    body .crisp-client .crisp-6k5puw .crisp-f1id2w::after{background: #25B3F5!important}
body .crisp-client .crisp-6k5puw[data-full-view="false"] .crisp-4n0wrv .crisp-113f7m5 {margin-bottom: 0 !important}
.qrbase {
    min-height: 135px;
}
.qrcode-container {
    width: 100%;
    
}
.qrcode-container .main{border-top: 1px solid silver;padding-top: 2px;margin-top: 5px;width: 100%;display: flex;}
.qrcode-container .main .item img{width: 130px;float: left}
.qrcode-container .main .item.help-container{ float: right;width: 100%;}
.qrcode-container .main .item.help-container .title{font-size: 14px;margin-top: 13px;text-align: right;line-height: 20px;}
.qrcode-container .main .item.help-container ul{list-style-type: none;line-height: 28px;margin: 0;padding: 0;}
.qrcode-container .main .item.help-container ul li{ list-style-type: none;font-size: 11px}
.qrcode-container .main .item.img {float: left;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.mofid__input-button {
    display: block;
    width: calc(100% - 30px);
    color: #fff;
    background-color: #014258;
    border: 1px solid #014258;
    border-radius: 4px;
    margin: 0px 15px ;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
}

    .mofid__input-button:hover {
        background-color: #00374d;
        color: #fff;
        cursor: pointer;
    }
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.forgetpassword {
    cursor: pointer;
    color: #333;
    margin-right: 10px;
}
._forgetpassword::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    top: 50%;
    margin-top: 10px;
    right: 15px;
    background-color: #333;
    border-radius: 50%;
}

._oldforgetpassword::before {
    
    top: 50%;
    margin-top: 10px;
    right: 15px;
    background-color: #333;
    border-radius: 50%;
}

@media screen and (max-width: 780px) {
    .qrbase {
        min-height: 0px;
    }
}


