
.PasswordRecovery-Skin {
    width: 100%;
}
#LoginConfirm {
    padding: 5px 30px;
    background: #2f955c;
    color: var(--color--Theme--Base--Completement-1) !important;
    border-radius: 15px;
    margin-top: 40px;
    text-decoration: none;
}
#loadpage {
    position: fixed;
    z-index: 999;
    display: none;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
}
.catpchaholder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align:center;
    align-items: center;
    margin: 10px 0;
    position:relative;
}
    .catpchaholder img {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .catpchaholder span {
        font-size: 20px;
        font-size: 2rem;
    }

    .catpchaholder input {
        max-width: 300px;
        text-align: center;
        padding: 15px 0;
        border: 1px solid;
        font-size: 1.5rem;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
.Successmessage {
    font-size: large;
    padding: 10px;
    border-top: 1px solid #f3a981;
    border-bottom: 1px solid #f3a981;
}
.Registered_date {
    display: flex;
    background-color: #ececec;
    align-items: center;
    justify-content: space-around;
    color: #56565;
    padding: 5px 0;
    font-size: 20px;
}

.birthday_gift {
    background-color: #56565;
    color: var(--color--Theme--Base--Completement-1);
    font-size: 15px;
    position: relative;
    font-weight: 400;
    padding: 5px 10px;
    width: 410px;
}

.lblbirth {
    padding: 5px 35px;
    background: #d54c4c;
    color:var(--color--Theme--Base--Completement-1);
    font-size: 2.1rem;
    font-weight: 400;
    width: 150px;
}

.btnbirth {
    padding: 5px 40px;
    border: none;
    background: var(--color--CTA--Background--Primary-2);
    color:var(--color--Theme--Base--Completement-1);
    font-size: 1.1em;
    border-radius: 8px;
    margin-top: 20px;
}

#birthday {
    width: 100%;
    text-align: center;
}

.inpbirth {
    border: 1px solid #d54c4c;
    background: #999;
    width: 200px;
    color: white;
    padding: 4px;
    font-size: 1.8em;
    float: left;
}

.loginplace {
    background: #eee;
    min-height: 500px;
    margin-bottom: 50px;
    float: none;
    margin: 50px auto;
    width: 700px;
    position: relative;
    display: block;
}

.success {
    display: block;
    margin: 25px auto;
    color: green;
    padding: 10px;
    font-size: 20px;
    background: var(--color--Theme--Base--Completement-1);
}

.warning {
    display: block;
    margin: 25px auto;
    color: green;
    padding: 10px;
    font-size: 20px;
    background: var(--color--Theme--Base--Completement-1);
    color: darkred;
}

.birthmsg {
    color: #56565;
    line-height: 2em;
    font-size: 20px;
}
/****************/
#loginpage {
    background: #eee;
    margin: 50px 0;
}

#panel3 {
    color: #f26667;
    direction: rtl;
    padding: 1%;
    background-color: #7e7070;
    height: 80%;
}

    #panel3 h1 {
        font-size: 1.6em;
        padding: 0px 0 10px;
        margin: 0;
    }

    #panel3 h2 {
        font-size: 1.2em;
        padding: 0px 0 5px;
        margin: 0;
        color: #A31013;
    }

    #panel3 p {
        margin: 0px 0;
        padding: 0;
        font-size: large;
        color: #f26667;
    }

    #panel3 a {
        text-decoration: none;
    }

        #panel3 a:hover {
            color: white;
        }

    #panel3 a-lost-pwd {
        display: block;
        float: left;
    }

    #panel3 .content {
        height: 100%;
        width: auto;
        margin: 0% auto 0 auto;
        text-align: right;
        font-size: 1em;
    }

        #panel3 .content .left {
            width: auto;
            float: none;
            padding: 0 0px;
        }

        #panel3 .content .right {
            border-right: 1px solid #333;
            background-color: #ffe47c;
            height: 60px;
            overflow: hidden;
            cursor: pointer;
        }

        #panel3 .content form {
            margin: 0 0 0px 0;
            height: auto;
            width: auto;
            min-width: 100px;
        }

        #panel3 .content label {
            float: left;
            padding-right: 8px;
            clear: none;
            width: 100%;
            display: block;
            color: #f26667;
        }

        #panel3 .content input.field {
            border: none;
            background: #a38787;
            width: 94%;
            color: white;
            padding: 1%;
            margin: 12px 0;
        }

        #panel3 .content .itemgroup {
            width: 100%;
            color: purple;
            height: 40px;
            margin-top: 30px;
        }

        #panel3 .content input:focus.field {
            background: #545454;
        }

        #panel3 .content input.bt_login, #panel3 .content input.bt_register {
            display: block;
            height: 30px;
            text-align: center;
            cursor: pointer;
            border: none;
            position: relative;
            font-size: large;
        }

        #panel3 .content input.bt_login {
            width: 74px;
            color: white;
            font-family: IRANSans, tahoma, Arial, Helvetica, sans-serif;
            float: left;
        }

        #panel3 .content input.bt_register {
            width: 94px;
            color: white;
            background: transparent url(images/bt_register.png) no-repeat 0 0;
            font-family: IRANSans, tahoma, Arial, Helvetica, sans-serif;
            vertical-align: middle;
            text-align: center;
        }

    #panel3 .lost-pwd {
        display: block;
        float: right;
        clear: right;
        padding: 0px 20px 0;
        font-size: 0.95em;
        text-decoration: underline;
    }

    #panel3 .content .right h1 {
        color: #23013b;
    }

    #panel3 .content .right label {
        color: #23013b;
    }

    #panel3 .loginname {
        font-size: x-large;
        color: #ffe47c;
    }

.logout {
    font-size: large;
    color: #A31013;
}



.loginplace {
    background: #eee;
    min-height: 500px;
    margin-bottom: 50px;
    float: none;
    margin: auto;
    width: 700px;
    margin-bottom: 50px;
    position: relative;
    display: block;
}

#panel2 {
    width: 100%;
    color: #333;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    left: 0;
    direction: ltr;
    border: 0;
}

    #panel2 h1 {
        padding: 0;
        background: var(--color--Theme--Base--Completement-1);
        color: var(--color--Theme--Background--Primary-2);
        font-family: 'IRANSans';
        letter-spacing: 0.8px;
        margin: 0 auto;
        font-size: 1.8rem;
    }

    #panel2 h2 {
        padding: 10px 0 5px;
        margin: 0;
        color: #535153;
    }

    #panel2 p {
        margin: 5px 0;
        padding: 0;
        font-size: large;
        color: #333;
    }

#panel2 a {
    text-decoration: none;
    font-size: 1.5rem;
    color: var(--color--Theme--Base--Primary-1);    
}

    #panel2 a-lost-pwd {
        display: block;
        float: right;
    }

        #panel2 .content > img {
            max-width: 370px;
            max-height: 90px;
        }
        #panel2 .content .left {
            width: auto;
            float: none;
            position: relative;
            margin: 2vh auto;
            padding: 0 0%;
            min-height: 35vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        #panel2 .content .right {
            cursor: pointer;
        }

        #panel2 .content form {
            margin: 0 0 10px 0;
            height: auto;
            width: auto;
            min-width: 100px;
        }

        #panel2 .content label {
            float: none;
            position: relative;
            clear: both;
            direction: rtl;
            display: flex;
            color: #858283;
            font-size: 15px;
            font-size: 1.5rem;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        #panel2 .content input.field {
           /* -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;*/
            border: 1px solid #c5c5c5;
            border-radius: 15px;
            width: 250px;
            color: #1a171a;
            padding: 5px;
            margin: 0;
            height: 41px;
            float: left;
            z-index: 2;
            outline: none;
            margin-top: 1px;
        }
        #panel2 .content textarea.field {
            height: 200px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid #c5c5c5;
            border-radius: 15px;
            width: 474px;
            color: #1a171a;
            padding: 5px;
            margin: 0;
            float: left;
            z-index: 2;
            outline: none;
            margin-top: 1px;
            resize: none;
            padding-right: 50px;
            padding-top: 15px;
        }
            .lblmob {
    padding: 9px 10px;
    background: var(--color--Theme--Base--Completement-3);
    color: #858283;
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    width: 150px;
    border-radius: 15px;
    left: -20px;
    padding-left: 20px;
    margin-right: -8px;
}


.valmob {
    position: absolute;
}

.valpass {
    position: absolute;
}


.trin::before {
    font-family: "fontello";
    content: '';
    position: absolute;
    color: #bd3685;
    font-size: 64px;
    right: -36px;
    transform: rotateY(180deg);
    top: -30px;
}

#panel2 .content .itemgroup {
    width: 100%;
    color: purple;
    position: relative;
    height: auto;
    direction: rtl;
    display: flex;
    flex-direction: row;
   /* align-items: start;*/
    justify-content: center;
}
    #panel2 .content .itemgroup.caption {
        width: 100%;
        box-sizing: border-box;
        padding: 9px 12px;
        margin-top: 12px;
        margin-bottom: 14px;
        border-radius: 10px;
        background: var(--color--CTA--Background--Alert-5);
        color: var(--color--CTA--Background--Alert-1);
        font-size: 14px;
        text-align: center;
        height: auto;
    }
#panel3 .content .itemgroup.caption {
    color: rgb(157, 20, 20);
    font-size: 3rem;
    width: 250px;
}
    #panel2 .content .itemgroup.red {
        color: red !important;
    }

    #panel2 .content .itemgroup > div input.datepickers {
        /*  float: none;
        text-align: right;
        font-size: large;
        margin: 0 10% 0 10%;*/
    }

    #panel2 .content .itemgroup input[type=submit] {
        margin: 8px 40px;
        border: none;
        padding: 8px 25px;
        cursor: pointer;
        min-width: 120px;
    }

        #panel2 .content .itemgroup input[type=submit].green {
            background: #2f955c;
            color:var(--color--Theme--Base--Completement-1);
            font-size: 1.6rem;
            letter-spacing: 1px;
            border-radius:15px;
        }

        #panel2 .content .itemgroup input[type=submit].gray {
            background: #727171;
            color: var(--color--Theme--Base--Completement-1);
            font-size: 1.6rem;
            letter-spacing: 1px;
        }

#panel2 table {
    width: 100%;
    padding: 0
}

    #panel2 table.register {
        margin: 0;
    }

#panel2 .content input.bt_login, #panel2 .content input.bt_register {
    color: white;
    letter-spacing: 1px;
    font-family: 'IRANSans';
    padding: 5px 50px;
    text-align: center;
    cursor: pointer;
    border: none;
    font-size: 2.5rem;
    background: var(--color--CTA--Background--Primary-3);
    border-radius: 15px;
    min-width: 150px;
    margin: 40px 0;
}

#panel2 .content td {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    #panel2 .content td caption {
        color: rgb(157, 20, 20);
        font-size: 1.5rem;
    }

#panel2 .content input.bt_login {
    font-family: 'IRANSans';
    color:var(--color--Theme--Base--Completement-1);
    margin: 40px 0;
    padding: 5px 50px;
}

#panel2 .content input.bt_register {
    color: white;
    letter-spacing: 1px;
    font-family: 'IRANSans';
    text-align: center;
    padding: 5px 50px;
    font-size: 2.1rem;
}

#panel2 .lost-pwd {
    display: block;
    position: relative;
    float: none;
    clear: right;    
}

#panel2 .content .right h1 {
    color: white;
}

#panel2 .content .right label {
    color: #23013b;
    margin-top: 0;
}

#panel2 .content .right .regQ label {
    color:var(--color--Theme--Base--Completement-1);
}

.holds-the-iframe {
    background: url(img/base/284.gif) center center no-repeat;
}

iframe {
    background: transparent;
}
/****************/
.ckeckbox-control {
    display: inline-block;
    direction: rtl;
    position: relative;
    height: 28px;
    width: 28px;
    padding: 0;
    margin: 0;
}

    .ckeckbox-control input[type=checkbox] {
        position: absolute !important;
        left: 0;
    }

    .ckeckbox-control input[type=checkbox] {
        position: relative;
        top: 3px;
    }

    .ckeckbox-control label.kadr {
        width: auto;
        height: 100%;
        background: var(--color--Theme--Base--Completement-1);
        display: block;
        position: relative;
        border: 1px solid #d4dbde;
        transition: 150ms ease;
        padding: 0 !important;
        margin: 0;
        cursor: pointer;
        border-radius: 2px;
        color:var(--color--Theme--Base--Completement-1);
    }

    .ckeckbox-control input[type=checkbox]:checked + label {
        background: #00b91f;
        opacity: 1;
        color: #fff !important;
    }

        .ckeckbox-control input[type=checkbox]:checked + label:before {
            content: '\e80b';
            font-family: "fontello";
            position: absolute;
            top: 0;
            left: 0;
            font-size: 2.5rem;
        }

    .ckeckbox-control label.kadr:after {
        display: block;
        height: 18px;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        width: 18px;
    }


    .success__message {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

#panel2 .success__message p {
    font-size: 2.1rem;
    color: green;
}
.AspNet-ChangePassword {
    font-size: 2rem;
    text-align: center;
    display: flex;
    overflow: visible;
    width: 100%;
    justify-content: center;
    min-height: 50vh;
}
.holder-c {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .AspNet-ChangePassword td {
        text-align: center;
    }

    .AspNet-ChangePassword input[type=submit] {
        color: #f9f9f9;
        font-size: 1.7rem;
        padding: 5px;
        min-width: 150px;
        margin: 20px 50px 0 50px;
        cursor: pointer;
        border: none;
        background: var(--color--CTA--Background--Primary-2);
    }
.messagelogin {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 20px;
}
.AspNet-ChangePassword-ContinuePanel input[type=submit] {
    margin-top: 50px;
    padding: 5px;
    font-size: 1.5rem;
    border: none;
    background: #e82527;
    color:var(--color--Theme--Base--Completement-1);
    cursor: pointer;
}
#btn_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
    #btn_holder > div {
        flex: 0 0 30%;
        transition: all 0.3s ease-out;
        border-radius: 15px;
    }
#forg {
    background: var(--color--Theme--Base--Completement-3);
}
    #forg a.lost-pwd {
        color: #008eb2;
        width: 100%;
        display: block;
        padding: 10px;
        font-size: 1.7rem;
    }
#reg {
    background: var(--color--Theme--Base--Completement-3);
}
    #reg a.a-link {
        color: #2f955c;
        width: 100%;
        display: block;
        padding: 10px;
        font-size: 1.7rem;
    }
#btn_holder > #reg:hover {
    background: #2f955c3b;
}
#btn_holder > #forg:hover {
    background: #008eb23b;
}

#panel2 a.return {
    background: var(--color--Theme--Base--Primary-7);
    padding: 10px 40px;
    font-size: 3rem;
    font-weight: 400;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
}
.a-link-return {
    position: absolute;
    left: 10px;
    top: 20px;
    color: var(--color--Theme--Base--Primary-1);
}
#panel2 .agreement {
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
    direction: rtl;
    justify-content: start;
    align-items: center;
    color: var(--color--Theme--Base--Completement-2);
    font-size: 1.7rem;
    width: 100%;
    gap: 10px;
}

    #panel2 .agreement a {
        color: var(--color--Theme--Background--Completement-4);
    }

/* Desktop login layout */
#loginpage {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

#panel2 {
    width: 100%;
    min-height: 100vh;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
}

#panel2.login-bg-loaded {
    justify-content: flex-end;
    background-position: center center;
}

    #panel2 .content {
        width: 580px;
        max-width: calc(100vw - 80px);
        min-height: 700px;
        height: auto;
        margin: 0 7vw 0 0;
        padding: 30px 50px 30px;
        box-sizing: border-box;
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        direction: rtl;
        background: rgba(255, 255, 255, 0.96);
        border-radius: 20px;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
        position: relative;
        z-index: 2;
        gap: 15px;
    }

#panel2 .content > img {
    max-width: 150px;
    max-height: 90px;
}

    #panel2 .content .regQ {
        width: 100%;
        margin: 0 0 20px;
        padding: 10px 0 16px;
        background: transparent;
        border-bottom: 2px solid var(--color--Theme--Background--Completement-6);
        box-sizing: border-box;
    }

#panel2 .content .regQ h1 {
    font-size: 2.5rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

#panel2 .content .itemgroup {
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
    direction: rtl;
    box-sizing: border-box;
}
    #panel2 .login-error {
        width: 100%;
        box-sizing: border-box;
        padding: 9px 12px;
        margin-top: 12px;
        margin-bottom: 14px;
        border-radius: 10px;
        background: var(--color--CTA--Background--Alert-5);
        color: var(--color--CTA--Background--Alert-1);
        font-size: 14px;
        text-align: center;
    }
    #panel2 .content .itemgroup .lblmob {
        position: absolute;
        z-index: 3;
        right: 18px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: var(--color--Theme--Background--Completement-6);
        font-size: 2.1rem;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        #panel2 .content .itemgroup .lblmob.address {
            top: 25px;
        }
        #panel2 .content input.field {
            float: none;
            display: block;
            width: 100%;
            max-width: none;
            height: 60px;
            margin: 0;
            padding: 5px 58px 5px 20px;
            box-sizing: border-box;
            border: 1px solid #dfe5ee;
            border-radius: 15px;
            background: #edf3fc;
            color: #252525;
            font-family: 'IRANSans', Tahoma, Arial, sans-serif;
            font-size: 1.45rem;
            line-height: 50px;
            outline: none;
            text-align: right;
            direction: rtl;
            box-shadow: none;
            transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
        }

            #panel2 .content input.field:focus, #panel2 .content textarea.field:focus {
                background: #f3f7fd;
                box-shadow: 0 0 0 1px var(--color--Theme--Background--Completement-9);
            }

#panel2 .content input.field::placeholder {
    color: #777;
    opacity: 1;
}

        #panel2 .content .clearbox {
            width: 100%;
            height: 42px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            direction: rtl;
            box-sizing: border-box;
            flex-direction: row-reverse;
        }

#panel2 .content .clearbox .line_left {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #666;
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
    font-size: 1.35rem;
    line-height: 1.8;
    cursor: pointer;
    white-space: nowrap;
}

#panel2 .content .clearbox .line_left input[type="checkbox"] {
    width: 21px;
    height: 21px;
    margin: 0 0 0 10px;
    accent-color: #d49a17;
    cursor: pointer;
}

#panel2 .content input.bt_login,
#panel2 .content input.bt_register {
    width: 100%;
    min-width: 0;
    height: 62px;
    margin: 10px 0 0;
    padding: 5px 30px;
    border: 0;
    border-radius: 17px;
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: 0;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.12);
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

    #panel2 .content input.bt_login:hover,
    #panel2 .content input.bt_register:hover {
        background: var(--color--CTA--Background--Primary-2);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

#panel2 .content input.bt_login:active,
#panel2 .content input.bt_register:active {
    transform: translateY(1px);
}

#btn_holder {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    box-sizing: border-box;
}

#btn_holder > div {
    width: 100%;
    flex: 0 0 auto;
    margin: 0;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

#forg a.lost-pwd,
#reg a.a-link {
    width: 100%;
    min-height: 56px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.8;
    text-decoration: none;
}

#forg a.lost-pwd {
    color: #008eb2;
}

#reg a.a-link {
    color: #2f955c;
}

#panel2 .content .right {
    cursor: pointer;
}
#panel2.login-bg-loaded {
    background-image: var(--login-banner-url);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#panel2 a.error-recovery-link {
    color: #0088cc !important;
    font-weight: 600;
}

    #panel2 a.error-recovery-link:hover {
        text-decoration: underline !important;
    }