@CHARSET "utf-8";

body {
	background: white;
	background-image: url("../img/vls3-bg.jpg");
/*	background-repeat: repeat-x; */
	background-size: cover;
}

.login-box {background:white; padding:30px;border:1px solid lightgrey;}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
}
