body{
	background-image: url('../img/login.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.center {
	height: 100%;
	align-content: center;
}

.white {
	color: white;
}

.login-form {
	margin-top: 20%;
}
