/* 登陆页面 */
.login{
    width: 100%;
    height: 100%;
    background: url(../img/login_bg.png) no-repeat;
    background-size: 100% 100%;
}
.loginbg{
    width: 420px;
    background: url(../img/login_bg2.png);
    background-size: 100% 100%;
    padding:32px 50px 42px 50px;
    position: absolute;
    bottom: 30%;
    right: 10%;

}
.logo{
    display: block;
    margin: 0 auto;
} 
.span_logo{
    font-size: 20px;
    font-weight: 700;
    color:#51FCFD;
    padding-right: 10px;
    border-right: 1px solid #51FCFD;
}
.img_logo{
    width:30%;
    height: 30%;
    float: right;
    margin:8px 0 0 0;
    
}
.loginPage{
    border: 1px solid #385DB7;
    font-size: 18px;
    vertical-align: middle;
    width: 100%;
    height: 44px;
    display: table;
    margin-top: 16px;
    /* background: #031B3A; */
    background: transparent!important;
}
.loginPage img{
    float: left;
    /* display:inline-block; */
    width: 6%;
    height: 52%;
    margin: 10px 0 0 14px;
}
.loginPage input{
    float: right;
    width:84%;
    height: 100%;
    background: transparent!important;
    /* background: #031B3A; */
    outline: none;
    border: none;
}
input>#userId >.userId:{
    background: red!important;
}
::-webkit-scrollbar{
    background: red!important;
}
input[type=checkbox] {
    width: 15px!important;  
      height: 15px!important;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      line-height: 16px;
      position: relative;
  }
   
  input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #031B3A!important;
    width: 100%;
    height: 100%;
    border: 1px solid #51FCFD;
  
  }
  input[type=checkbox]:checked:after {
    content: "\2713";
      /* background-color: transparent!important; */
      color: #51FCFD;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border: 1px solid #51FCFD;
      font-size: 15px;
      /* font-weight: bold; */
  }
.textname{
    font-size: 14px;
    color:#fff;
    margin: 10px 0 20px 0;
}

.textnopass{
    font-size: 14px;
    color:#51FCFD;
    float: right;
    margin: 10px 0 20px 0;
}
.button{
    font-size: 18px;
    color: #fff;
    padding:6px 44.2%;
    background: #385DB7;
    vertical-align: middle;
    border: #385DB7;
    cursor: pointer;
}
