body, html {
	margin: 0;
	/* Full height */
	height: 100%;
	font-family: "Poppins", Sans-serif;
}

.bg {
	/* The image used */
	/* https://www.w3schools.com/howto/img_girl.jpg */
	background-image: url("/images/iLE_loginbackground.png");

	/* Full height */
	height: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.child {
	width: 1000px;
	height: 600px;
}

.logdiv {
	background-color: white;
	padding: 100px 50px 50px 50px;
	font-size: 18px;
	color: #555555;
	letter-spacing: 2px;
}

.loginForm {
	color: white;
	width: 400px;
}

.loginForm input {
	height: 54px;
	line-height: 1.5rem;
	font-size: 1rem;
}
.loginForm label {
	font-size: 1.2rem;
}
.loginForm input:focus{
	border:2px solid #141414;
	border-radius:3px;
}
.loginForm button {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 5px;
}
.loginForm a {
	color: #03aaf1
}

.errorMessage {
	color: red;
}

.banner {
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}
.logdiv {
	letter-spacing: 0px;
}
a.forgotLogin {
	color:white;
	padding-left:15px;
}
.policy {

}