.header{
	position: relative;
}
#content{
	background: url("../img/login_bg.jpg") no-repeat top center #07189a;
	min-height:600px;
}
.header_line{
	width: 1px;
	height:36px;
	background: #d2d2d2;
	margin: 0 2rem;
}
.nav a{
	height: auto;
	font-size: 16px;
	color: #2b3f7e;
	margin-left: 0px;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{
	border: none;
	background: none;
}
.nav-tabs > li > a{
	border: none;
}
.nav a::after{
	background: #1c348e;
}
.header_tit{
	font-size: 2rem;
	color: #333333;
	font-weight: bold;
}
.login_heading{
	height: auto;
	text-align: left;
	margin: 10px 0;
}
.main_auth {
	display: flex;
	justify-content: flex-end;
	padding: 50px 10px;
}
.main_auth .panel{
	padding-top: 10px;
	margin: 0;
}
.input-group-addon{
	background: #fff;
}
.input-group-addon .iconfont{
	font-size: 20px;
}
.form-control{
	border-left: none;
	padding: 15px 12px;
	padding-left: 0;
	font-size: 14px;
	height: 52px;
}
.m-b-large{
	margin-bottom: 30px;
}
.reg_form .m-b-large{
	margin-bottom: 10px;
}
img{
	max-width: none;
}
.country-box{
	display: flex;
}
.country-select{
	max-width: 80px;
	padding: 15px 0px;
	font-size: 12px;
	border-left: 0px;
	border-right: 0px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
@media only screen and (max-width:960px) {
	.panel{
		float:none;
	}
}
