﻿.changepassword1 {
    width: 100%;
}
    .changepassword1 .userpage {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        min-height: 80vh;
        margin: 5vh 5vw;
    }
    .changepassword1 .changclass {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        font-size: 1.5rem;
    }
    .changepassword1 .AspNet-ChangePassword {
        font-size: 2rem;
        text-align: center;
        padding: 20px;
        display: flex;
        overflow: visible;
        width: 50%;
        justify-content: center;
    }
    .changepassword1 #panel2 {
        width: 100%;
        color: #333;
        padding: 0;
        margin: 0;
        position: relative;
        display: inline-block;
        left: 0;
        direction: ltr;
        border: 0;
    }
        .changepassword1 #panel2 .content {
            height: 100%;
            width: 100%;
            top: 0;
            float: left;
            display: block;
            position: relative;
            margin: 0;
            text-align: center;
            font-size: 1em;
        }
            .changepassword1 #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;
            }
            .changepassword1 #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;
            }
            .changepassword1 #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;
            }
    .changepassword1 .lblmob {
        color: #162345;
        position: relative;
        font-size: 1.8rem;
        font-weight: 500;
        width: 140px;
        border-radius: 10px;
        text-align: right;
    }
    .changepassword1 #panel2 .content .itemgroup input[type=submit].gray {
        background: #727171;
        color: #ffffff;
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    .changepassword1 #panel2 .content .itemgroup input[type=submit].green {
        background: #2f955c;
        color: #fff;
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    .changepassword1 #panel2 .content .itemgroup input[type=submit] {
        margin: 8px 40px;
        border: none;
        padding: 8px 25px;
        cursor: pointer;
        min-width: 120px;
    }
    .changepassword1 .AspNet-ChangePassword input[type=submit] {
        color: #f9f9f9;
        font-size: 1.7rem;
        padding: 5px;
        border-radius: 10px;
        min-width: 150px;
        margin: 20px 50px 0 50px;
        cursor: pointer;
        border: 0;
        background: #589567;
    }