form{
	width: 450px;
	margin: 0px auto;
	padding-top: 7%;
}
ul{
	width: 96%;
	margin: 0 auto;
}
ul li{
	width: 100%;
	height: 80px;
}
ul li label{
	width: 20%;
	font-size:16px;
}
ul li input{
	width: 78%;
	height: 48px;
	font-size: 15px;
	padding-left: 6px;
	border-radius: 4px;
	outline: none;
	border: none;
	border: 1px solid #c5c5c5;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
}
.text-center{
	padding-top: 0px;
	margin-bottom: 60px;
}
#checkCode_img{
	width: 40%;
	height: 48px;
	border-left: 1px solid #c5c5c5;
	border-radius: 0 4px 4px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.n-icon {
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.n-msg {
    display: inline-block;
    line-height: 30px;
    margin-left: 1px;
    font-size: 12px;
}
#registerBtn{
	background: #5f9ef1;
	color: white;
	font-size: 16px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
width:100%;
}
#isRead{
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}
#isRemember{
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}
#login{
	background: #5f9ef1;
	color: white;
	font-size: 16px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
}
#register{
	display: block;
	width: 50px;
	height: 30px;
	margin: 0 auto;
	/*background: #5f9ef1;*/
	text-align: center;
	line-height: 48px;
	color: #5f9ef1;
	border-radius: 4px;
	font-size: 16px;
	/*box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);*/
}

#imgCode{
	/*width: 100%;*/
}
#checkImg{
	width: 40%;
	height: 48px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 4px;
}

#checkCode{
	/*width: 100%;*/
}
#sendCheck{
	width: 40%;
	height: 48px;
	box-shadow: 0px 0px 0px 0px rgba(6, 0, 1, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 4px 4px 0;
	background: white;
	border: none;
	border-left: 1px solid #c5c5c5;
	outline: none;
}
.determine,.determine-btn,.close-button{
	display: block;
	width: 100%;
	height: 48px;
	background: #5f9ef1;
	text-align: center;
	line-height: 48px;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
}
.close-btn{
	display: block;
	width: 100%;
	height: 48px;
	background: #5f9ef1;
	text-align: center;
	line-height: 48px;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.3);
}




@media (max-width: 450px){
	form{
		width: 100%;
		margin: 0px auto;
	}
	ul{
		width: 92%;
		margin: 0 auto;
	}
	.text-center{
		margin-top: 0;
		margin-bottom: 2em;
	}
}


