#piano-account {
	height: 500px;
	width: 100%;
	display: none;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	background: white;
}