﻿body 
{
	
}


.container
{
	height: 505px;
	width: 457px;
	margin: auto;
	background-repeat: no-repeat ;
	background-image: url(Images/back.jpg);

}
.loginform
{
	font-family:Trebuchet MS;
	font-size:smaller;
	text-align:center;
	margin:auto;
	height:190px;
	width:350px;
	
}
.loginform input
{
	font-size:larger;
	font-weight:bold;
	color:Gray;
	width:200px;
	height:24px;
}

.copyright
{
	margin-top:20px;
	font-family:Trebuchet MS;
	font-size:x-small;
	text-align:center;
	height:20px;
	width:300px;
}