html,body{
	width: 100%;
	height: 100%;
}
body.login-bg{
	background: url(../images/login-bg.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.headerLogo{
	height: 92px;
	background: url(../images/logo.png) no-repeat center;
	position:relative;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	background-position-y: top;
}
.login-box{
	width: 570px;
	height: 500px;
	background: url(../images/login-box.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -224.5px 0 0 -285px;
	padding: 60px 110px;
	color:#4dbcff;
}
.login-title{
	font-size: 26px;
	height: 23px;
	background: url(../images/login-title.png) no-repeat;
	margin: 20px 0 30px 0;
}
.login-box .writeInput{
	width: 240px;
	height: 45px;
	border: 1px solid #43b3ff;
	background: rgba(18,29,61,0.2);
}
.login-box .input{
	width: 381px;
	height: 47px;
	background: url(../images/input.png) no-repeat;
	margin: 0 0 20px 0px;
}
.login-box input.user,
.login-box input.pwd,
.login-box input.write{
	width: 100%;
	height: 100%;
	background-color: none;
	padding-left: 55px;
	border: none;
	font-size: 18px;
	color:#4dbcff;
}
.login-box input.user{
	background: url(../images/user.png) no-repeat 10px;
}
.login-box input.pwd{
	background: url(../images/pwd.png) no-repeat 10px;
}
.login-box input.write{
	background: url(../images/write.png) no-repeat 10px;
}

.login-box .sumbit{
	display: block;
	width: 361px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	background: url(../images/sumbit.png) no-repeat;
}
.width140{
	width: 140px;
}
.magin20{
	margin-bottom: 20px;
}
.margin10{
	margin: 0 10px;
}
.login-box span:last-child{
	cursor: pointer;
}
::-webkit-input-placeholder {
color:#4dbcff;
}
:-moz-placeholder { 
color:#4dbcff;
}
::-moz-placeholder {
color:#4dbcff;
}
::-ms-input-placeholder {
color:#4dbcff;
}