html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-image: url("/public/imgs/12.jpg");
}

#login {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 450px;
	margin-left: -225px;
	margin-top: -150px;
	transition: bottom 0.3s ease, left 0.2s ease;
	z-index: 999;
	border-radius: 5px;
	background-color: white;
	padding: 20px;
	overflow: hidden;
}

#login-error {
	display: none;
}