﻿
.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 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;
    }
.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 {
    padding: 0 5px;
    text-decoration: none;
    font-size: 1.9rem;
    color: var(--color--Theme--Base--Primary-1);    
}

    #panel2 a-lost-pwd {
        display: block;
        float: right;
    }

    #panel2 .content {
        height: 100%;
        width: 100%;
        top: 0;
        float: left;
        display: block;
        position: relative;
        margin: 0;
        text-align: center;
        font-size: 1em;
    }
        #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: 250px;
            color: #1a171a;
            padding: 5px;
            margin: 0;
            /* height: 41px; */
            float: left;
            z-index: 2;
            outline: none;
            margin-top: 1px;
            resize: none;
        }
            .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;
}

.clearbox {
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: center;
    width: auto;
    align-items: center;
    margin-top: 20px;
    justify-content: space-evenly;
    width: 400px;
    position: relative;
    margin: auto;
    margin-top: 20px;
}

.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;
    margin: 30px auto 0 auto;
    direction: rtl;
    display: flex;
    flex-direction: row;
   /* align-items: start;*/
    justify-content: center;
}
    #panel2 .content .itemgroup.caption {
        color: rgb(157, 20, 20);
        font-size: 3rem;
        width: 100%;
        padding: 0 5vw;
    }
#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;
}

    #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;
    padding: 20px;
    background: var(--color--Theme--Base--Completement-2);
    margin: 10px;
    display: flex;
    overflow: visible;
    margin-top: 15vh;
    width: 50%;
    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 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row-reverse;
    direction: rtl;
    justify-content: center;
    color: var(--color--Theme--Base--Completement-2);
    font-size: 1.7rem;
}

#panel2 .agreement a {
    color: var(--color--Theme--Base--Completement-1);
}