@CHARSET "UTF-8";
html{}
body{background:#169cdb; height:100%; position:absolute;  _height:100%; }

.container-fluid{ position:fixed;  width:100%; height:100%;  _height:100%; height:auto!important; /*for ie6 bug and ie7+,moz,webkit 正确*/  min-height:100%;  }
/* .bg{background:url(../images/login_bg.png) no-repeat;min-width:1006px; min-height:768px; top:50%; left:50%; margin-left:-560px; margin-top:-384px; position:absolute;} */
.bg{ width:460px; top:50%; left:50%; display: -webkit-box; border: 1px rgba(255,255,255, 0.8) solid; background: rgba(255,255,255,0.53);   border-radius: 4px;  margin-left:-230px; margin-top:-180px; position:absolute;}
.main{ width:355px; height:360px; /* margin-top:248px; padding-left:82px; */padding-bottom:25px;}
.main .title {
    width: 460px;
    height: 60px;
    line-height: 60px;
    font-size: 27px;
    color: #fff;
    text-align: center;
    text-align: center;
    border-bottom: 1px rgba(36, 158, 215, 0.29) solid;
    background: rgba(33,150,243 , 0.24);
    text-shadow: 0 2px 4px rgba(0, 85, 174, 0.4);
    margin-left: -52px;
}
.main .group{margin-top:20px;}
.main .lable{width: 58px; height:40px; line-height:40px; margin:15px 0 0px 0;}
.main .controllers{ width:296px; height:40px; line-height:42px; margin:15px 0 5px 0; border:0; }
.main .controllers .user{ display: inline-block; width:286px; height:40px; line-height:40px; background:url(../images/login_form.png) no-repeat; padding-left:10px; border:0;}
.main .controllers .passwd{display: inline-block; width:286px; height:40px; line-height:40px; background:url(../images/login_form.png) no-repeat 0 -62px;padding-left:10px;  border:0;}
.main .controllers .veryify{display: inline-block; width:149px; height:40px; line-height:40px; background:url(../images/login_form.png) no-repeat  0 -129px; border:0; padding-left:10px;}
.btn{background:url(../images/login_btn.png) ; width:295px; height:47px; margin-top:20px;}
.foot {position:fixed; z-index:1; bottom:0px; height:168px; background:#fff; text-align:center; }
.foot img { margin-top:15px;}
