@import url(reset.css);
html,body,.wrap{
	width:100%;
	height:100%;
	overflow: hidden;
}
body {
  background: #f5f4f9;
  font-family: "Microsoft YaHei";
  background:#399edb;
  
}
.wrap{
	background: url(../images/img/bg.png) no-repeat center center;
	position: relative;
	margin: 0 auto; 
}
.main{
	margin-top:103px;
	height: 130px;
	width: 100%;
	text-align: center;
}
.main p{
	font-size: 30px;
	color:#fff;
	height: 65px;
}
.login{
	margin: 0 auto;
	width: 362px;
	height: 300px;
	background: #fff;
}
.login p{
	margin-left:27px;
}
.login p:first-child input{
	margin:36px auto 26px;
	background: url(../images/img/Username.png) no-repeat 10px center;
	/*padding-left:10px;*/
}
.login p:nth-child(2) input{
	background: url(../images/img/Password.png) no-repeat 10px center;
	/*padding-left:10px;*/
}

.login p:nth-child(3) input{
    /*margin-top:26px;*/
    background: no-repeat 10px center;
    float:left;
    margin-right: 20px;
    /*padding-left:10px;*/
}

.login input{
	width: 308px;
	height: 38px;
	border:1px solid #BABABA;
	padding-left:31px;
}

.login p img{
    display: block;
    margin-top: 26px;
}
.sub{
	width:308px;
	height:46px;
	border-radius: 3px ;
	background: #399edb;
	margin-top:26px;
}
.sub input{
	width:308px;
	height:46px;
	border-radius: 3px ;
	background: #399edb;
	font-size: 18px;
	color:#fff;
	border: none;
}