
#login-box{
	width:100%;
	background: purple;
	background-image:url("images/logo.png");
	color:#7FFF00;	
	border-radius:10px;
	background-repeat:no-repeat;
}

h5{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 22px;
}

#login-box input{
	width: 94%;
	margin-bottom: 20px;
	margin:8px;
	border-radius:5px;
	opacity: 0.8;
}
#login-box input[type="text"],input[type="password"]{
	border:none;
	border-bottom: 1pxsolid #fff;
	background: #ffffff;
	outline: none;
	height: 40px;
	color: #7FFF00;
	font-size:16px;
}
#login-box input[type="submit"]{
	
    margin-left: 18%;
	border: none;
	outline: none;
	height: 40px;
	width:220px;
	background:#ffffff; 
	color:purple;
	font-size:18px;
	border-radius:20px;

}
#login-box input[type="submit"]:hover{
	cursor: pointer;
	background: #81F781;
	color: purple;
}
#footer {
background-color:purple;
text-align:center;
clear:both;
}