
.login_con{ width:500px; height:auto; background:rgba(255,255,255,0.8);margin:auto; overflow:hidden; background: url(../images/login_bg.png) no-repeat center top/cover;}
.login_tit{ width:100%; height:60px; line-height:60px; background:#000; color:#fff; text-align:center; font-size:20px; }
.icon_login_1{ display:inline-block; width:30px; height:60px; vertical-align:top; background:url(../images/icon_login_1.png) no-repeat center center/28px auto;margin-right: 10px; }

.login_text{ width:100%; height:auto; padding:50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.login_input{ width:100%; height:55px; background:#fff;border-radius:5px;margin-bottom:20px; padding-left:40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
.login_input i{ display:block; width:40px; height:55px; position:absolute;left:0; top:0;  }

.icon_tel{ background:url(../images/icon_tel.png) no-repeat center center/auto 25px;}
.icon_password{ background:url(../images/icon_password.png) no-repeat center center/auto 27px;}
.login_input .input_con{ width:100%; height:55px; border:none; background:none; display:inline-block; vertical-align:top; font-size:16px;  font-family:"CN-Regular"}
.login_btn{ display: block; width:100%; height:55px; line-height:55px; background:#333; color:#fff; border-radius:5px; text-align:center; font-size:18px; letter-spacing:3px; }
.login_btn:hover{color:#fff;}
.login_input .input_infor{ width:260px; }
.forgetbtn,forgetbtn:hover{ float:right;margin-top:15px; display:block; font-size:14px;color: white; }