#remind_block {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}
div#remind_wrap{
	/*
	width: 400px;
	height: 300px;
	*/
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 2rem;
	border-radius: 1rem;
}
#remind_wrap input[type=text]{
	border: 1px solid #aaa;
	padding: 0.5rem;
	width: 100%;
	box-sizing: border-box;
}
#remind_wrap ._btn{
	padding: 0.5rem 2rem;
	border: 1px solid #aaa;
	border-radius: 0.5rem;
}
#remind_wrap ._btn:hover{
	background: #ddd;
}
#rem_close_btn{
	font-size: x-large;
}
#rem_id_wrap, #rem_pass_wrap{
	display: none;
}
