footer#footer {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	text-align: center;
	color: #818181;
	z-index: 999;
	/* position: absolute;
    bottom: 0; */
}

.header {
	position: relative;
}

#content {
	background: url("./images/login_bg.jpg") top center;
	max-height: calc(100vh - 150px);
    overflow: scroll;
	min-height: calc(100vh - 150px);
}

.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: 20px 40px;
	min-height: calc(100vh - 153px);
    align-items: center;
	/* padding: 80px 40px;
	align-items: center;
    height: 100%; */
}
.flex input{
	border-right: 0px;

}
.pull-right {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px 20px;
}
.text-infos{
	color: #818181;
}
.social-login{
	margin: 20px 0px;
}
.login-or{
	margin-right: 20px;
	
}

.main_auth .panel {
	/* height: 100%; */
	padding: 7px 40px 0px;
	border: none;
}

.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;
}





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) {
	.text-info{
		font-size: 13px;
	}
	.panel {
		float: none;
	}

	.main_auth .panel {
		right: 0;
		top: 0;
		/* height: 100%; */
		padding: 40px 45px 38px;
	}

	#content {
		background: url("") top center;
	}
}

@media (max-width: 440px) {
	.main_auth .panel {
		position: absolute;
		right: 0;
		top: 0;
		/* height: 100%; */
		padding: 40px 33px 38px;
		box-shadow: inherit;
		min-width: 376px;
	}
}

       
       
       
       
html,
body {
	background: #fff;
}

.navbar-fixed {
	padding-top: 0;
}

#content {
	z-index: 10;
}

footer#footer a {
	color: #818181;
}