.login_con_bg{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
}
.login_top{
    width: 100%;
    height: 85px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    top: 0px;
    z-index: 101;
    font-size: 30px;
    font-weight: bolder;
    color: #f66465;
    padding-left: 100px;
    line-height: 85px;
}
.login_top a{
    color: #f66465;
}
.login_center{
    background-image: url(../../jslib/img/devlogistics_login_bg.png);
    top: 85px;
    position: absolute;
    width: 100%;
    height: 480px;
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
}
.login_center_left{
    background-color: #dd7677;
    position: absolute;
    width: 50%;
    left: 0px;
    top: 85px;
    height: 480px;
}
.login_center_right{
    background-color: #dd7677;
    position: absolute;
    width: 50%;
    right: 0px;
    top: 85px;
    height: 480px;
}
.login_tit{
    letter-spacing: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    top: -75px;
}
.login_con{
	width: 440px;
    height: 390px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -195px;
	border: 1px solid #e9e9e9;
	background: #ffffffc4;
	z-index: 101;
}
.login_con .form-control{
	height: 40px;
	border: 0px;
	border: 1px solid #eaeaea;
}
.login_con .form-control::-webkit-input-placeholder {
	color: #ccc;
}
.login_con .form-control:focus{
	border: 1px solid #eaeaea!important;
}
.login_con input:focus{
	border: 1px solid #f66465;
}
.form_bloc{
	width: 300px;
    margin: 0 auto;
}
.login_code_div{
	position: absolute;
    background: #fff;
    width: 300px;
    height: 330px;
    display: none;
}
.login_code_tit{
	color: #ee6056;
    font-size: 14px;
    margin-bottom: 10px;
}
.reg_ti{
	margin-top: 55px;
	margin-bottom: 30px;
}
.reg_ti .rigs{
	cursor: pointer;
    color: #bbb;
    margin-right: 25px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
.reg_ti .rigs_focus{
	color: #f66465;
}
.reg_ti .rigs_focus b{
    border-bottom: 3px solid #f66465;
    display: block;
    width: 100%;
    margin-top: 6px;
}
.login_btn{
    background: #f66465;
    color: #fff;
    padding: 10px 13px;
    font-size: 16px;
    margin-top: 20px;
}
.login_btn:hover{
	background: #f66465;
	color: #fff;
}
.code_btn{
	color: #f66465;
    background: #fff;
    position: absolute;
    right: 10px;
    border: 0px;
    outline: none;
    top: 10px;
    font-size: 14px;
    padding: 0px;
}
.code_btn:hover{
	color: #f66465;
	background: #fff;
}
.password_phone{
    float: left;
    margin-right: 20px;
}
.remember{
    height: 20px;
}
#remember_me{
	display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.chekr{
	color: #999;
	cursor:pointer;
	float: right;
	margin-right: 15px;
}
.reg{
	float: right;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    color: #999;
}
.reg:hover{
    color: #999;
}
.login_input{
	margin-bottom:20px;
	position: relative;
}
.login_input .fa{
	position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.footers{
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 30px 0px;
	margin: 0px;
	height: auto;
	background: ;
	color: #fff;
	border: 0px;
}

