.loginBox{
   position:fixed;
   top: 0;
   left: 0;
   width:100%;
   height:100%;
   min-width: 1000px;
   z-index:-10;
   zoom: 1;
   background-color: #fff;
    background: url(image/bg.png) no-repeat fixed center;
   background-repeat: repeat;
   background-size: cover;
   -webkit-background-size: cover;
   -o-background-size: cover;
   background-position: center 0;
}

/*.loginBox{
    height: 100%;
    *//*background-color: #eee;*//*
    *//*background-image:url('image/bg1.png') repeat ;*//*
}*/
.box{
    width:360px;
    height:210px;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    padding-top: 30px;
    padding-right: 50px;
    margin:auto;
    border:1px solid #aaa;
    background-color: #fff;
}
.crm-button{
    margin-top:10px;
    margin-left:10px;
}

.crm-body-top{
    visibility: visible;
    margin-left:10px;
}

.crm-form-input{
    width:210px;
}

/* layui table checkbox rewrite */
.layui-icon{
    margin-top: 5px;
}