body{
	min-height:640px;
}
.form-bg{
    background: url("img/bg_img_01.gif");
    background-size:100%;
}
.bg-img{
	background: url(img/bg_img_02.gif) no-repeat;
    background-size: auto 100%;
    position: absolute;
    width:90%;
    background-position: 0 -60px;
    height: 90%;
    opacity: 0.5;
    top:5%;
    left:5%;
}
.login-content{
	background: #36a1d1;
    background-size:100%;
    position:relative;
    height:calc(100vh - 220px);
	width:100%;
	/*padding:20px 40px;*/
	min-height:420px;
	
	
	
}
.login-title{
	height:120px;
	color:#fff;
	font-size:32px;
	font-weight:700;
	padding-top: 30px;
	
}
.login-title .container>a{
	
	display:inline-block;
}
.login-container{
	position: relative;
	width:100%;
	height:100%;
}
.form-wrapper{
    min-width: 420px;
	margin:0 auto;
	max-width:430px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,113,241,1);
    -webkit-box-shadow: 0 0 6px rgba(0,113,241,1);
    padding: 20px 10px;
    top: 50%; /*偏移*/
    margin-top: -170px; 
}

.form-wrapper .heading{
    display: block;
    font-size: 35px;
    font-weight: 700;
    padding: 35px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-left:32px;
    color:#6e6e75;
    
}

.form-wrapper .form-group{
	margin:24px 32px;
	position:relative;
}

.form-wrapper .form-group i{
	position: absolute;
    top: 50%;
    margin-top:-0.5em;
    left: 10px;
    font-size: 17px;
    color: #c8c8c8;
    transition: all 0.5s ease 0s;
}
.form-wrapper .form-group .form-control{
	padding-left:32px;
	height:40px;
	border-radius: 0;
}
.form-wrapper .form-group .form-control:focus + i{
    color: #00b4ef;
}
.flex{
	display:flex;
}
.main-checkbox{
	float: left;
    width: 20px;
    height: 20px;
    background: #11a3fc;
    border-radius: 50%;
    position: relative;
    margin: 1px 0 0 5px;
    border: 1px solid #11a3fc;
}
.main-checkbox label{
	width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.main-checkbox label:after{
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.main-checkbox input[type=checkbox]{
    opacity: 0;
}
.main-checkbox input[type=checkbox]:checked + label:after{
    opacity: 1;
}
.invisibility{
	line-height:40px;
	cursor:pointer;
}
.invisibility:HOVER{
	color:#007bff;
	
}

.form-wrapper .btn{
    float: right;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.checking{
	line-height:40px;
	margin-left:12px;
	display:none;
	font-size:18px;
}
.tab-header{
	border-bottom: 1px solid #f0f0f0;
	padding-bottom:10px;
}
.tab-label{
	width: 70px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #4178be;
    font-weight: bold;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 4px 6px;
    text-decoration:none !important;
}
.split{
	margin-left: 4px;
	margin-right: 4px;
    line-height: 30px;
    font-size:13px;
    font-weight: bold;
    border-left:1px solid #a6c5ec;
}
.tab-label.active{

    background: #4287dc;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
}

.qrcode_btn{
	width: 160px;
    height: 36px;
    right: 30px;
    top: 12px;
    position: absolute;
    }
.qrcode_btn span{float: left;
		position:relative;
	    width: 115px;
	    height: 30px;
	    line-height: 30px;
	    color: #4287dc;
	    margin: 0;
	    padding-left: 10px;
	    font-size: 13px;
	    font-weight: normal;
	    border:1px solid #d5d0d0;
	    background:#f4f7fa;
    }
    .qrcode_btn span::after{
	    content: "";
	    position: absolute;
	    /* left: 10px; */
	    right: -10px;
	    /* line-height: 30px; */
	    top: 8px;
	    /* position: static; */
	    border-top: 6px solid transparent;
	    border-left: 10px solid #d5d0d0;
	    border-bottom: 6px solid transparent;

    }
    .qrcode_btn p{width: 36px;
    height: 36px;
    background: ;
    float: right;
    margin: 0;
    background: url(img/qrcode.png) no-repeat;
    cursor: pointer;
    }
   .tab-panels{
   		min-height:200px;
   }
   .tab-panel{
   		display:none;
   }
   .tab-panel.active{
   		display:block;
   }
   
   .login-footer{
    	height: 30px;
    	margin-right:10px;
    	
   }
   .login-footer .split{
      	min-width: 2px;
    	height: 13px;
    	margin: 4px 5px 4px 5px;
    	border-color:#c7c4c4;
   }
   .login-footer a{
   		float:right;
   		color:#999999;

   }
   .switch-form{
   	display:none;
   }
   .switch-form.active{
   	display:block;
   }
   #qrcode-container{
   		margin:auto;
   		width:300px;
   }
   #qrcode-container iframe{
   		height:260px;
   	
   }
   
   .login-footer .login-type{
   		float: left;
	    color: #23649b;
	    font-weight: 500;
	    font-size: 14px;
   }
   .gxzf-icon{

   }
   .gxzf-icon::before{
    content: "";
    background: url(img/gxzf.png) no-repeat;
    width: 20px;
    height: 20px;
    /* display: block; */
    float: left;
    background-size: 20px 20px;
    line-height: 20px;
   	}
