body{
	margin:0;
}

header{
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
}

.header-container{
	width:93.7%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

section{
	background-image: url("promPic.jpg");
	background-size: cover;
	height: 100vh;
	width: 100%;
}

.hide{
	display: none;
}

#email, #password{
	height: 49px;
}