.check-box{
	width: 100%;
	margin-top: 10%;
	text-align: center;
}
.longin-boder{
	width: 80%;
	height: 40px;
	margin-top: 10px;
	margin-left: 10%;
	line-height: 40px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius:5px;
	background-color: #efefef;
}
.image{
	width: 20%;
	/*margin-top: 5px;*/
	float: left;
	text-align: right;
}

.input{
	width: 68%;
	float: left;
	margin-left: 5%;
	height: 40px;
	line-height: 40px;
	border :0px;
	color: #333333;
	font-size: 16px;
	background-color: #efefef;
	padding: 0;
}
.input_code{
	width: 28%;
	float: left;
	margin-left: 5%;
	height: 40px;
	line-height: 40px;
	border :0px;
	color: #333333;
	font-size: 16px;
	background-color: #efefef;
	padding: 0;
}
.button{
	height: 40px;
	width: 80%;
	margin-top: 20px;
	margin-left: 10%;
	font-size: 16px;
	font-family:"微软雅黑";
	font-weight: bold;
	line-height: 38px;
	border-radius: 5px;
	color: #ffffff;
	/*background-color: #37B4CA;*/
	background-color: #015193;
	margin-top: 38px;
}
.button:active {
	background-color: #37a3b9;
}

.send_code{
	width: 40%;
	color: #005293;
	font-family: 'SourceHanSerifCN-Medium','Microsoft YaHei';
	font-size: 16px;
	top: 0px;
	/* right: 10px; */
	cursor: pointer;
	line-height: 40px;
	float: right;
}