.change-pwd-wrap{
    position: relative;
    font-size: 2rem;
    /*max-height: 100vh;*/
    /*max-height: webkit-fill-available;*/
    /*padding-bottom: constant(safe-area-inset-top);*/
    /*padding-bottom: env(safe-area-inset-top);*/
    min-height: 100vh;
    min-height: webkit-fill-available;;
}
.menu-fix{
    position: fixed;
    left: 0;
    top:calc(constant(safe-area-inset-top) + 7vh);
    top:calc(env(safe-area-inset-top) + 7vh);
    width: 100%;
}
.change-pwd-wrap .nav-menu-header.no-margin-header{
    /*overflow: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
    margin-top: 0;
}
.nav-menu-body.change-pwd-body{
    min-height: 0;
    margin-top: 0;
    position: relative;
}
.nav-menu-body.change-pwd-body .info-box{
    background-color: #d5efea;
    padding : 40px 20px;
    width: 300px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
label.info-label.show-label{
    text-indent: 1px;
    width: 100px;
    font-size: 1.5rem;
    margin-right: 5px;

}
.change-pwd-wrap input[type=password]{
    width: 180px;
    font-size: 1.5rem;
}
.change-pwd-wrap input[type=password]:focus{
    border: 2px solid #000;
    outline: none;
    background-color: #fff;
}
.change-pwd-wrap .btn-group button{
    margin-bottom: 0;
}