﻿.register1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.5rem;
}
    .register1 .AspNet-ChangePassword {
        font-size: 2rem;
        text-align: center;
        padding: 20px;
        display: flex;
        overflow: visible;
        margin: 10vh 0;
        width: 50%;
        justify-content: center;
    }
    .register1 #panel2 {
        width: 100%;
        color: #333;
        padding: 0;
        margin: 0;
        position: relative;
        display: inline-block;
        left: 0;
        direction: ltr;
        border: 0;
    }
        .register1 #panel2 .content {
            height: 100%;
            width: 100%;
            top: 0;
            float: left;
            display: block;
            position: relative;
            margin: 0;
            text-align: center;
            font-size: 1em;
        }
            .register1 #panel2 .content .left {
                width: auto;
                float: none;
                position: relative;
                margin: 2vh auto;
                padding: 0;
                min-height: 35vh;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }
            .register1 #panel2 .content td {
                text-align: center;
            }
            .register1 #panel2 .content .itemgroup {
                width: 100%;
                color: purple;
                position: relative;
                height: auto;
                margin: 30px auto 0 auto;
                direction: rtl;
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: center;
            }
            .register1 #panel2 .content input.field {
                border: 1px solid #d4d8df;
                width: 220px;
                color: #1a171a;
                padding: 10px;
                margin: 0;
                height: 41px;
                z-index: 2;
                outline: none;
                border-radius: 10px;
                margin-right: 10px;
            }
    .register1 .lblmob {
        color: #3c3b3c;
        position: relative;
        font-size: 1.8rem;
        font-weight: 500;
        width: 140px;
        border-radius: 10px;
        text-align: right;
    }
    .register1 #panel2 .content .itemgroup {
        width: 100%;
        position: relative;
        height: auto;
        margin: 30px auto 0 auto;
        direction: rtl;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }
    .register1 .agreement {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px 20px;
    }
    .register1 #panel2 .content label {
        float: none;
        position: relative;
        clear: both;
        direction: rtl;
        display: flex;
        color: #494949;
        font-size: 15px;
        font-size: 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }
    .register1 #panel2 .content .right .regQ label {
        color: #858283;
    }
    .register1 #panel2 .content .right label {
        color: #23013b;
        margin-top: 0;
    }
    .register1 #panel2 .content input.bt_login, .register1 #panel2 .content input.bt_register {
        text-align: center;
        cursor: pointer;
        border: none;
        margin: 25px auto;
        font-size: 2rem;
        display: inline-block;
        background: #0ea860;
    }
.register1 .catpchaholder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: inherit;
    margin: 10px 0;
}

    .register1 .catpchaholder input {
        max-width: 300px;
        text-align: center;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 15px 0;
        border: 1px solid;
        font-size: 1.5rem;
    }

.register1 .catpchaholder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: inherit;
    margin: 10px 0;
}

    .register1 .catpchaholder img {
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }


    .register1 .catpchaholder span {
        font-size: 20px;
        font-size: 2rem;
    }
    .register1 #panel2 a {
        text-decoration: none;
        padding: 0 5px;
        color: #008eb2;
    }

        .register1 #panel2 a:hover {
            color: #046f8b;
        }

    .register1 #panel2 a-lost-pwd {
        display: block;
        float: right;
    }