body{
	background: #EAF1F4;
	font-size: 12px;
}

#loginFormContainer{
	width: 539px;
	height: 351px;
	background: url('/Static/Image/login_back.png');
	position: absolute;
}

#loginFormContainer form{
	position: absolute;
	top: 160px;
	right: -70px;
	width: 400px;

}

button.btn{
	font-size: 1em;
}


.copy a{
	color: #333;
}