@charset "UTF-8";


body
{
	width: 100%;
	margin: 0px;
}

table.login
{
	width:720px;
	height:290px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
}

input.login
{
	width:300px;
	line-height:40px;
	font-family:sans-serif;
	font-size:14px;
	padding:2px;
	border-radius:5px;
	color:darkgrey;
	background-color:#f2fac8;
}

input.login2
{
	width:100px;
	line-height:40px;
	font-family:sans-serif;
	font-size:14px;
	padding:2px;
	border-radius:5px;
	color:white;
	background-color:#8b8b9c;
}

footer
{
	width:100%;
	position:absolute;
	text-align: center;
    bottom:0px;
	font-family:sans-serif;
	font-size:14px;
	color:darkgrey;
}