body{
	background-color:#E4E4E9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}

h1{
	text-align : center;
	font-size: 50px;
	color:#071154;
}

form{
	margin:20px auto;
	width:320px;
	color:#071154;
}
	
input{
	padding:5px;
	font-size:15px;
}

input[type="text"]{
	display;block;
	margin-bottom:25px;
	width:100%;
	border:2px solid #071154;
}

input[type="password"]{
	display;block;
	margin-bottom:25px;
	width:100%;
	border:2px solid #071154;
}

input[type="submit"]{
	width:344px;
	height:45px;
	border:none;
	background:#071154;
	color:white;
}
