body{
	margin:0;
	padding:0;
        background-image: url(img/login.jpg);

}
.container{
	height:400px;
	width:500px;
	margin-left:450px;
	margin-top:150px;
	background: #ccc;
	border-radius: 15px;
	text-align: center;
}
.container img {
	width: 120px;
	height: 120px;
	margin-top: -45px;
	margin-bottom: 20px;
}
input[type="text"], input[type="password"] {
	margin-bottom: 20px;
	width: 240px;
	height: 44px;
	padding-left: 45px;
	border-radius: 15px;
	border: none;
	font-size: 25px;
}
input[type="submit"] {
	padding: 10px 25px;
	background: #24a416;
	font-family: bold;
	margin-bottom: 20px;
	cursor: pointer;
	color: #fff;
}
input[type="reset"] {
	padding: 10px 25px;
	background: red;
	font-family: bold;
	margin-bottom: 20px;
	cursor: pointer;
	color: #fff;
}
.container a{
	text-decoration: none;	
}