html,
body {
	height: 100%;
	background-image: url('../images/bg4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.logincard {
	margin: auto; 
	position: relative; 
	top: 50%; 
	max-width: 300px; 
	transform: translate(0px, -50%);
}

.loginlogo{ 
	text-align: center; 
	padding: 30px 15px 10px;
}

.loginlogo a img{ 
	max-width: 100%;
	max-height: 150px;
}