
.login{
		width: 850px;
		margin: 100px auto ;
		box-shadow: 3px 3px 5px 2px #CCCCCC;
}
.login-img{
	width: 420px;
	height: 430px;
}

.login-box{
	z-index: 9999;
	width: 350px;
	height: 350px;
	padding: 40px;
	border-radius: 0px;
	/*margin-top: -475px;*/
	
	background: #FFFFFF;
}
.login-box h5{
	color: #232323;
	font-size: 18px;
	font-weight: normal;
}
.user-box{
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 50px;
}
.user-img{
	margin: 16px;
}
.user-box input{
	width: 300px;
	height: 50px;
	background-color: #FFFFFF;
	border: 1px;
	outline: none;
	font-size: 16px;
	color: #666666;
}

.yzm{
	width: 100px;
	height: 50px;
}
.user-box button{
	width: 100%;
	line-height: 50px;
	text-align: center;
	border: 0px;
	outline: none;
	background-color: #02a396;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 50px;
	cursor: pointer;
}
.user-box button:active{
	background-color: #02c3b4;
}