@charset "utf-8";
/*登录页面*/
.login-top{height:120px;}
.login-logo{width:585px;height:60px;line-height:120px;}
.login-logo img{width:100%;height:100%;}
.login-bg{height:750px;background:url(../../images/login-bg_02.png) no-repeat center center;}
.login-right{width:480px;height:440px;background:#fff;margin-top:140px;}
.login-form{padding:40px 50px 50px 50px;}
.login-title{font-size:30px;color:#5ab1da;text-align:center;margin-bottom:10px;}
.login-input{width:100%;height:44px;border:1px solid #eeeeee;overflow:hidden;margin-bottom:20px;}
.login-icon{width:35px;margin-left:15px;margin-top:10px;float:left;}
.login-icon:after{content:'';width:1px;height:15px;background:#999999;display:block;float:right;margin-top:6px;}
.lg-input{width: 86%;height:44px;float:left;text-indent:10px;}
.lg-forget{font-size:16px;color:#999;}
.lg-rember-check{width:16px;height:16px;border:1px solid #eeeeee;float:left;margin-top:4px;margin-right:5px;}
.lg-rem-left span{font-size:16px;color:#999;float:left;}
.lg-rember-check:checked{background:url(../../images/dui-checked.png) no-repeat center center;}
.lg-rember{overflow:hidden;}
.login-btn{height:45px;width:100%;background:#5ab1da;border-radius:5px;line-height:45px;text-align:center;display:block;font-size:20px;color:#fff;letter-spacing:5px;margin-top:50px;}
.login-re{overflow:hidden;margin-top:25px;}
.login-re p{font-size:16px;color:#999;text-align:center;}
.login-re a{color:#ff9900;}
.login-btn:hover{background:#75c1e5;}
/*End 登录页面*/
