body {
	height: 100%;
	background-image: linear-gradient(bottom, rgb(60,84,139) 2%, rgb(45,139,190) 100%);
   background-image: -o-linear-gradient(bottom, rgb(60,84,139) 2%, rgb(45,139,190) 100%);
   background-image: -moz-linear-gradient(bottom, rgb(60,84,139) 2%, rgb(45,139,190) 100%);
   background-image: -webkit-linear-gradient(bottom, rgb(60,84,139) 2%, rgb(45,139,190) 100%);
   background-image: -ms-linear-gradient(bottom, rgb(60,84,139) 2%, rgb(45,139,190) 100%);

   background-image: -webkit-gradient(
	  linear,
     left bottom,
	  left top,
	  color-stop(0.02, rgb(60,84,139)),
	  color-stop(1, rgb(45,139,190))
   );
}
#submit{width:239px !important;}
div.container{
	width:250px;
}
form .label{
	padding: 1px 2px 2px 7px;
	line-height: 25px;
	float:left;
	width:60px;
}
#loginform{width:250px;position:absolute;top:38%;}
.logo{margin-bottom:15px;}

#loginform input{
	width:160px;
	float:left;
	margin-left:10px;
	height: 30px;
	margin-bottom:10px;
}

.label {
	height: 25px;
	line-height: 25px;
}

.login-error {
   color:#f00;
   display:block;
   text-align:center;
}

