body {
	font-family: Arial;
	background-color: #444;
	color: white;
}
div.error {
	margin-top: 20%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
div.error img {
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	border-radius: 10px;
}
div.login {
	margin-top:20px;
	text-align: center;
}
div.login img {
	cursor: pointer;
}
