body {
	margin: 0;
	padding: 0;
	background: url('../images/login-background.png') no-repeat center center fixed;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	cursor: pointer;
}