@charset "utf-8";
/* CSS login.css */
body{font-size:14px;}

.header,.footer{ position:absolute;  left:0; right:0; width:100%; z-index:99;}
.header{top:0; height:60px;}

.loginWraper{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1; background:#3283AC url(../images/consultant_login_bg.png) no-repeat center;}
.loginBox{ position:absolute; width:617px; height:330px; background:url(../images/admin-loginform-bg.png) no-repeat; left:50%; top:50%; margin-left:-309px; margin-top:-184px; padding-top:38px;}
.loginBox .formRow{padding-left:153px;}
.loginBox .input_text{ width:360px;}
.user{background:url(../images/icon-user.png) no-repeat 98px 4px;}
.password{background:url(../images/icon-pass.png) no-repeat 102px 5px;}
.yzm a{ color:#426374; font-size:12px}

#span_msg{ font-size:14px; color:Red; line-height:40px; height:40px; margin-left:10px; width:160px;; float:left;}

.hd_msg{font-size:12px; color:#fff; height:30px; z-index:100;position: absolute; padding-left:50px; padding-top:5px;}
.hd_msg a{ color:#fff;}
.hd_msg a:hover{ color:#fff; text-decoration:underline;}

.footer{ height:56px; line-height:46px; bottom:0; text-align:center; color:#fff; font-size:12px; }
.header,.footer,.loginWraper{min-width:617px;}

#ie6-warning{background:#fff url(/jscss/demoimg/201006/warning.gif) no-repeat 3px center;position:absolute;top:0;left:0;font-size:12px;color:#333;width:97%;padding: 2px 15px 2px 23px;text-align:left;}
#ie6-warning a {text-decoration:none;}

/*点击在线加盟弹窗*/
.online_part_popup{width:700px;height:400px;background: #fff;position: fixed;top:50%;left:50%;margin-left:-350px;margin-top:-200px;display: none;z-index:9999;}
.online_part_popup .img_box_wrapper{width:49%;display: inline-block;text-align: center;margin-top: 60px;height:280px;float:left;}
.online_part_popup .img_box{width:230px;height:280px;border:1px solid #fff;margin:0 auto;cursor: pointer;}
.online_part_popup .img_box img{margin-top:40px;}
.online_part_popup .img_box p{font-size: 25px;font-weight: bold;margin-top: 30px;color:#48b8e0;}

.online_part_popup .guanbi_icon{position:absolute;top:0;right:0;cursor:pointer;}

.forget_password_p{width:365px;height:40px;margin:30px auto;font-size: 20px;color:#fff;}
.remember_password{float:left;padding-left: 27px;}
.remember_password:hover{color:#48b8e0;}

.forget_password{float:right;}
.forget_password:hover{color:#48b8e0;cursor:pointer;}