.clr{clear:both;}
.boxbg{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);display:none;top:0;left:0;z-index:9998;}
.changepasspan{width:500px;position:fixed;margin-left:-250px;left:50vw;top:35vh;background-color:white;border-radius: 5px;z-index: 9999;padding:20px 20px 40px;}
.changepasspan .title{text-align: center;font-size:20px;font-weight: 600;}
.changepasspan .line{font-size:16px;margin-top:10px;text-align: center;}
.changepasspan .line:last-child{margin-top:30px;}
.changepasspan .line .leftpan{float:left;width:40%;text-align: right;}
.changepasspan .line .rightpan{float:left;margin-left:10px;}
.changepasspan .line .btn{margin:0 10px;}

.changeloginpan{width:500px;position:fixed;margin-left:-250px;left:50vw;top:25vh;background-color:white;border-radius: 5px;z-index: 9999;padding:20px 20px 40px;}
.changeloginpan .title{text-align: center;font-size:20px;font-weight: 600;}