.login{
	background-image: url(../images/bg_content.jpg) center no-repeat;
	width: 300px;
	height: 268px;
	border: 1px solid transparent;
	border-radius: 10px;
	text-align: center;
	margin: 0px auto;
}

a{
	color: white;
	text-decoration: none;	
	font-weight:bold;
}

h2{
	color: black;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	margin-bottom: 12px;
	font-weight: 900;

}
.login input{
	width: 200px;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid grey;
	padding-left: 20px;
}
.login button{
	width: 200px;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 5px;
	border:none;
	background-color: #042bef;
	color: white;
	font-size: 18px;
	font-weight: 800;
}
.login button:hover{
	background: #e53803;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.login li{
	list-style: none;
}