*{
	margin:0px;
	padding:0px;
}
.back{
	margin-top:10%;
	background:url(../images/Nback.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	height:460px;
}
.label{
	width:450px;
	height:660px;
	box-shadow:2px 2px 6px #111;
	float:right;
	position:relative;
	top:-100px;
	right:16%;
}
.label .img1{
	
	position:absolute;
	top:100px;
	z-index:1;
}
.label img{
	
}
.label .cont{
	width:250px;
	position:absolute;
	top:35%;
	left:20%;
	line-height:26px;
	z-index:5;
}
.cont p{
	font-size:28px;
	text-align:center;
	margin-bottom:10px;
	color:#555;
}
.cont hr{height:1px;border:none;border-top:1px dashed #000}
.cont input{
	margin-left:35px;
	border-radius:8px;
	height:30px;
	border:1px solid #000;
	line-height:30px;
}
.cont #user{
	width:150px;
	background:url(../images/Ntou.png);
	background-repeat:no-repeat;
	padding-left:30px;
}
.cont #pw{
	width:150px;
	background:url(../images/Nshou.png);
	background-repeat:no-repeat;
	padding-left:30px;
}

.cont input:hover{
	width:150px;
	height:30px;
	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
	border-color:#000;
	-webkit-box-shadow:0 0 10px #000; 
}

.cont #sub{
	width:180px;
	background:#000;
	color:#fff;
	border:0;
	cursor:pointer;
	font-size:16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background: -moz-linear-gradient(top,  #000,  #aaa);
	}
