html,body{
	height: 100%;
}
.register{
	height: 100%;
	
}
.register_form{
	padding: 40px 30px;
}
.register_item{
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	display: flex;
	/*justify-content: space-between;*/
}
.register_item .iconfont{
	font-size: 16px;
	color: #999;
	vertical-align: middle;
	width: 5%;
}
.register_item input{
	border: none;
	background: none;
	/*margin-left: 5px;*/
	width: 95%;
	
}
.register_item input.code_input{
	width: 75%;
}
.code_btn{
	cursor: pointer;
}
.code_btn.disable{
	color: #999;
}
.login_btn{
	width: 100%;
	line-height: 45px;
	border: none;
	color: #fff;
	background-color: #9E9071;
	font-size: 16px;
	border-radius: 0;
	margin-top: 50px;
	cursor: pointer;
}
.login_btn[disabled]{
	background: #D8D8D8;
	color: #fff;
}
.register_btn{
	width: 100%;
	line-height: 45px;
	border: 1px solid #9E9071;
	color: #9E9071;
	background-color: #fff;
	font-size: 16px;
	border-radius: 0;
	margin-top: 50px;
	cursor: pointer;
}
.register_btn[disabled]{
	border-color: #D8D8D8;
	background: #D8D8D8;
	color: #fff;
}
label.error{
	font-size: 12px;
	font-weight: normal;
	color: #BA3E38;
}
@media screen and (max-width: 768px){
	.register{
		background: url(../img/login_bg.png) center center repeat;
		background-size: 100% auto;
	}
	.register_item .iconfont{
		width: 7%;
	}
	.register_item input{
		border: none;
		background: none;
		margin-left: 5px;
		width: 93%;
		
	}
	.register_item input.code_input{
		max-width: 50%;
	}
	
}
@media screen and (min-width: 768px){
	.register{
		height: auto;
	}
	.register_wrap {
		max-width: 500px;
		box-shadow: 0 0 10px 0 rgba(192,192,192,0.50);
		border-radius: 8px;
		padding: 0;
		margin-top: 10px;
	}
	.register_form{
		padding: 0 20px 50px 20px;
	}
	.pc_register_titel{
		background-color: #EFECE3;
		color: #9E9071;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
		
	}
	.pc_link_wrap{
		max-width: 500px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.pc_link{
		text-align: right;
		margin-bottom: 0;
	}
	.pc_link_text{
		color: #222;
	}
	.pc_link_link{
		color: #9E9071;
	}
}
