body{background:url(../images/bg.jpg) no-repeat;background-size:cover;padding:0px;margin:0px;}
.login{
	width: 444px;
	height: 544px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 1px #CCDFFF;
	border-radius: 10px 10px 10px 10px;
	position: fixed;
    right: 15%;
    bottom: 20%;
	text-align:center
}
.textcenter{text-align:center;width:345px;margin:30px auto;}
.title{
font-family: Microsoft YaHei, Microsoft YaHei;
font-size: 24px;
color: #04080E;
text-align: center;
font-style: normal;
text-transform: none;letter-spacing: 5px;
margin-top:50px;
}
.line{width: 27px;
height: 0px;
border: 2px solid #0088FF;margin:5px auto;margin-bottom: 20px
}
.form{}
.form input{
	width: 335px;
	height: 57px;
	background: #F1F2F7;
	border-radius: 3px 3px 3px 3px;
	font-size: 16px;
	color: #9499A2;
	border:0px;
	padding-left:10px;margin-top:25px;
}
.btn-login{
	width: 345px;
	height: 57px;
	background: #0088FF;
	border-radius: 3px 3px 3px 3px;
	line-height:57px;
	border:0px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 40px;
}
.copyright{
	width:100%;
	position:absolute;bottom:20px;text-align:center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-size: 14px;
	color: #535353;
}