.header{
	position: relative;
}
.signfooter {
    text-align: left;
    border-top: none;
    background: #fff;
}
.signfooter {
	background-color: #141b1e;
	border-top: 1px solid #ddd;
 
}

.signfooter .signfooter-nav {
    margin: 32px 0 24px;
}
.signfooter .footer-copyright {
    margin-top: 0;
}
.signfooter .header-web-logo {
    display: none;
}
.footer-copyright .header-web-logo {
    margin-right: 50px;
}
.footer-copyright a {
    color: #f7f8fa;
}
.header-web-logo {
    display: block;
    width: 113px;
    height: 34px;
}
.footer-copyright {
    margin-top: 32px;
    border-top: 1px solid #e8e9eb;
}
.footer-signfooter {
	width: 100%;
	padding: 25px 0px 30px 0px
}

.footer-signfooter p,.footer-signfooter a {
	margin-top: 8px;
	font-size: 12px;
	color: #999
}
.footer-copyright>div {
    height: 120px;
}
.signfooter-nav {
	margin-top: 25px
}

.signfooter-nav-list {
	display: inline-block
}

.signfooter-nav-list li {
	position: relative;
	float: left;
	margin: 0px 30px;
	height: 20px;
	line-height: 20px
}

.signfooter-nav-list li:before {
	position: absolute;
	left: -30px;
	top: 4px;
	content: "";
	height: 14px;
	width: 1px;
	background: #ddd
}

.signfooter-nav-list li:first-child:before {
	width: 0px;
	height: 0px
}

.signfooter-nav-list li a {
	display: inline-block;
	font-size: 16px;
	color: #f7f8fa
}

.show-captcha {
	height: 30px
}

.signfooter-foot-link {
	margin-left: 15px;
	text-decoration: none;
	color: #b6e2f2
}

.signfooter-foot-link:hover {
	text-decoration: underline
}


#content{
    min-height: 100%;
    background: #f5f8fa;
    border-bottom: 1px solid #eee;
    display: flex;
    background-size: cover;
    justify-content: center;
    flex-direction: row;
    background: linear-gradient(135deg, #8c52ff,#5ce1e6);
}
.header_line{
	width: 1px;
	height:36px;
	background: #d2d2d2;
	margin: 0 2rem;
}
.nav a{
	height: auto;
	font-size: 36px;
	color: #0cc0df;
	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: #0cc0df;
}
.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: 100px 40px;
}
.main_auth .panel{
	padding-top: 10px;
	margin: 0;
    max-width: 100%;
}
.input-group-addon{
	background: #fff;
	border-radius: 10px;
}
.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;
	}
		.signfooter .footer-copyright p {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.8;
}

	.signfooter .signfooter-nav{
		display: none;
	}
    	.signfooter.footer-copyright p {
    color: #666;
    font-size: 12px;
    line-height: 2.2;
}
    .main_auth{
        padding: 20px 10px;
    }

}
