body{
	font-family: 'Open Sans', sans-serif;
}
img{
	position: relative;
	left: 50vw;
	top: 30vh;
	width: 180px;
	margin-left: -90px;
}
#email{
	position: relative;
	width: 180px;
	left: 50vw;
	margin-left: -102px;
	top:34vh;
	height: 25px;
	border-radius: 2px;
	outline:none;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	color: #333333;

}
#password{
	position: relative;
	width: 180px;
	left: 50vw;
	margin-left: -102px;
	top:36vh;
	height: 25px;
	border-radius: 2px;
	outline:none;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	color: #333333;	
}
a{
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	left: 50vw;
	margin-left: -40px;
	width: 80px;
	text-align: center;
	top: 39vh;
	position: relative;
}
#login{
	position: relative;
	left: 50vw;
	margin-left: -60px;
	width: 120px;
	height: 25px;
	top: 38vh;
	font-size: 11px;
	color: #4f7fa8;	
	border-radius: 2px;
	outline:none;
	border: 1px solid #8bb4d9;
	background-color: white;
}