.member-Panel {
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:fixed;
	opacity:;
	z-index:10000;
	width:100%;
	height:100vh;
	background:white;
	box-shadow:;
	display:none;
	overflow:auto;
	padding-bottom:20pt;
}
#close_one_btn{
	margin:20px;
	font-size:20pt;
	color:green;
	float:right;
}
#registerPanel{
	display:none;
}
#resetPanel{
	display:none;
}
#loginPanel{
	display:;
}