footer#footer {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    color: #818181;
    position: absolute;
    z-index: 999;
    bottom: 0;
    position: absolute;
    bottom: 0;
}
.header{
	position: relative;
}
#content{
	background: url("../img/login_bg.jpg")  top center;

}

.header_line{
	width: 1px;
	height:36px;
	background: #d2d2d2;
	margin: 0 2rem;
}
.nav a{
	height: auto;
	font-size: 16px;
	color: #035DED;
	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: #035DED;
}
.header_tit{
	font-size: 2rem;
	color: #333333;
	font-weight: bold;
}
.login_heading{
	height: auto;
	text-align: left;
	margin: 10px 0;
}
#footer a{
    display: none;
}
.main_auth {
	display: flex;
	justify-content: flex-end;
	padding: 100px 40px;
}
.main_auth .panel{
    height: 100%;
    padding: 40px 40px 38px;
}
.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:767px) {
	.panel{
		float:none;
	}
	.main_auth .panel{
    right: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px 38px;
            }
#content{
        background: url("")  top center;
            }
}
@media (max-width: 440px) {
    	.main_auth .panel{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px 38px;
            }
}