.container_narrow {
	width: 1200px !important;
	padding: 0 !important;
}
.login-box {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.loginform{
	width: 370px;
}
.form-group .iconfont{
	color: #bdbbbb;
	font-size: 25px !important;
	border-right: 1px solid #bdbbbb;
	line-height:1.0 !important;
}
.user-type{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}
.form-border{
	background: #fafafa;
	border: 1px solid #cacaca;
	border-radius: 5px;
	padding-left: 10px !important;
	padding-right: 0 !important;
}
.glyphicon{
	color: #bdbbbb;
	font-size: 20px;
	border-right: 1px solid #bdbbbb;
}
.form-border input{
	border: none;
	background: none;
}
.reg_notice{
	font-family: "微软雅黑";
	line-height: 45px;
}
.row-line{margin-left: 35px;}
.input-lg{font-size: 15px !important;}
.mt12{margin-top: 12px;}

.loading{
	width: 80px;
	height:80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top:50%;
	margin-top: -40px;
	z-index: 999;
}