
.main-bg{
	background: url(../img/login-bg.png) center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
}
.main{
	background: rgba(255,255,255,0.7);
	width: 1000px;
	margin: 0 auto;
	padding: 70px 67px;
	box-sizing: border-box;
	border-radius: 20px;
}
.main h3{
	margin-bottom: 70px;
}
.main h3 img{
	max-width: 100%;
	width: auto;
}
.main input,.main select{
	border: none;
	height: 45px;
}
.ip-un{
	background: url(../img/shouji.png) 15px center no-repeat #fff;
}
.ip-pw{
	background: url(../img/mima.png) 15px center no-repeat #fff;
}
.ip-cd{
	background: url(../img/yanzhengma.png) 15px center no-repeat #fff;
	width: 70%;
}
.flex-row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.code-btn{
	width: 27%;
	background: #4B96E9;
	color: #fff;
	border: 0;
	height: 45px;
	font-size: 12px;
}
.code-btn:hover,.login-btn:hover{
	    background: #4B96E9;
	color: #fff;
}
.login-btn{
	background: #4B96E9;
	color: #fff;
	padding: 0 20px !important;
	float:right;
}
.forget-btn{
	width: 100%;
	color: #4B96E9;
	border: 1px solid #4B96E9;
	height: 45px;
    line-height: 45px;
    padding: 0;
}
.form-group {
    margin-bottom: 5px;
    min-height: 67px;
}
.bv-form .help-block{
	text-align: left;
}
.form-group label{
    float:left;
    font-size:14px;
    font-weight:normal;
    padding-left:0;
    padding-right:0;
    line-height:45px;
    
}
.form-group .input-group{
    padding:0 15px;
}

/* 注册 */
.ip-cd-w{
	width: 70%;
	background: url(../img/yanzhengma.png) 15px center no-repeat #fff;
}
.go-login{
	margin: -9px 0 40px 0;
	text-align: left;
}
.right-flex{
	display: flex;
	justify-content: flex-end;
}
.regulation{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.regulation input{
	width: 14px;
	height: 14px;
}
.regulation label{
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	display: flex;
}
.regulation-txt{
	margin-left: 16px;
}
#yzmPic{
   top: 80px;
    position: absolute;
    left: 15%;
    width: 70%;
    
}
#regulation{
	visibility: hidden;
}
#regulation[type=checkbox]+span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	color: #0D1529;
	background: #fff;
	position: absolute;
	top: 3px;
    left: 0;
}
#regulation[type=checkbox]:checked+span:after {
	content: '\2714';
	color: #4B96E9;
	position: absolute;
	font-size: 16px;
	top: -3px;
	left: 1px;
}
.btn-default[disabled]:hover{
	color: #666;
}



.width48{
    width:48%;
    float:left;
}


.width48 .input-group-addon{
        width: 120px;
    background: #fff;
    border: 0;
    color:#4B96E9;
}

textarea{ resize:none;}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {
	.main{
		width: 97%;
		padding: 20px 10px;
		margin: 6px auto;
		overflow:auto;
	}
	.main-bg-register{
		position: relative;
	 align-items: normal;
	}
	body{
		background: url(../images/login_bg.jpg) center no-repeat;
	}
	.main h3{
		width: 80%;
		margin: 40px auto;
	}
	.main h3 img {
		width: 100%;
	}
	.width48{
    width:100%;
    float:none;
}
.form-horizontal .form-group{
    margin-left:0;
    margin-right:0;
}
.form-group .input-group{
    padding:0;
    width:70%;
}
#yzmPic{
    width: 100%;
    left:0;
    height:auto;
    
}
}


