html, body {
	width: 100%;
	height: 100%;
}

body {
	background-image: url("login-bgr.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.message {
	color: white;
	text-shadow: 0 0 8px black;
}