* {
   margin: 0;
   padding: 0;
 }
html, body {
          height: 100%;
          width: 100%;
          /*overflow: hidden;*/
  background: url("images/img-login-01/res2.jpg") no-repeat   ;
  background-repeat:no-repeat;
  background-size: 100% 100%;
        }
#canvas {
  display: block;

  /*background-size:cover ;*/
  width: 100%;
  height: 100%;
  background: linear-gradient(to left bottom ,#409eff,#99aefd );
  background: -moz-linear-gradient(to left bottom  ,#409eff,#99aefd);
  background: -o-linear-gradient(to left bottom  ,#409eff,#99aefd);
  background: -ms-linear-gradient(to left bottom ,#409eff,#99aefd );
  background: -webkit-linear-gradient(to left bottom  ,#409eff,#99aefd);

}

#bgBanner{
   position: absolute;
   /* max-width: 43.2%; */
   width: 100%;
   height: 100%;
   /* padding-bottom: 36.54%; */
   top: 50%;
   /* left: 10%; */
   transform: translate(0,-50%);
   -webkit-transform: translate(0,-50%);
   -ms-transform: translate(0,-50%);
   -moz-transform: translate(0,-50%);
   z-index: 99;
   background: url(images/img-login-01/res2.jpg) 100% center no-repeat;
   background-size: 100% 100%;
}
.logo{
  width: 250px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 36px;
  left: 43%;
  margin-left: -99px;
}
.logo>span{
  display: inline-block;
  /* width: 74px;
  height: 42px;
  background: url(images/login_logo.png) no-repeat; */
  background-size: contain;
}
.logo .textName{
   font-size: 24px;
   font-weight: 700;
}

.login-box{
   /* background: #fff;  */
   width: 360px;
   min-height: 200px;
   position: absolute;
   right: 20%;
   top: 50%;
   transform: translate(0,-50%);
   -webkit-transform: translate(0,-50%);
   -ms-transform: translate(0,-50%);
   -moz-transform: translate(0,-50%);
   border-radius: 25px;
   z-index: 100;
   box-shadow: 0px 0px 4px #ffffff80;
}
.content_bottom{
  background: #fff;
   width: 100%;
   min-height: 20px;
   position: absolute;
   top: 99%;
   transform: translate(0,-50%);
   -webkit-transform: translate(0,-50%);
   -ms-transform: translate(0,-50%);
   -moz-transform: translate(0,-50%);
   border-radius: 3px;
  z-index: 100;
  box-shadow: 0 0 30px #6075ab;
  -webkit-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none;

}

@media screen and (max-width: 650px){
  body .login-box{
      right: initial;
      left: 50%;
      transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      width:80%;
  }
}
.content_login{
  margin-top: 120px;
  padding-bottom: 30px;
  text-align: center;
}


.content_login .firmName,
.content_login .loginId,
.content_login .loginPassword,
#u1,
#p1{
  border: 1px solid #ddd;
  height: 36px;
  line-height: 36px;
  width: 240px;
  padding-left: 35px;
  margin: 10px auto;
  border-radius: 20px;
  outline: none;
}
#u1:checked {
  border: 1px solid red;
}
.Myinput{
  position: relative;
  text-align: center;
  display: inline-block;
}
.Myinput .span1,
.Myinput .span2{
  display: inline-block;
  width:36px;
  height:36px;
  position:absolute;
  top:10px;
  left:2px;
}
.Myinput .span1{
  background: url(images/img-login-01/user.png) 8px 10px no-repeat;
} 
.Myinput .span2{
  background: url(images/img-login-01/key.png) 8px 10px no-repeat;
} 
#rememberMe{
  margin-left: 6px;
  vertical-align: middle;
} 
.rember-me,.forget-key{
  display: inline-block;
  font-size: 12px;
} 
.forget-key{
  float: right;
  margin-right: 10px;
}  
.forget-key a{
  text-decoration: none;
  color: #349cf2;
}
.forget-key a:hover{
  cursor: pointer;
  color: #0b7edc;
}
.login-btn{
  width: 277px;
  height: 36px;
  line-height: 36px;
  background-color: #349cf2;
  color: #fff;
  font-size: 14px;
  border:antiquewhite;
  border-radius: 20px;
  margin: 40px 0 10px 0px;
  outline: none;
  display: inline-block;
}
.login-btn:hover{
  cursor: pointer;
  background-color: #0b7edc;
}
h4{
  line-height:40px;
  font-weight:normal;
  text-align:center;
}
h4 a{
  color:#0b7edc;
}


.registerBox{
     width: 409px;
    height: 478px;
    position: absolute;
    left: 114px;
    right: 0;
    top: 25px;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 99;
    background: #fff;
    border-radius: 12px;
}

.loadingBox{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  background:#fff \9;
  z-index: 99;
}

.mini-mask-loading{
  color: #666;
  background:#fff url(../scripts/mini/miniui/themes/default/images/grid/loading2.gif) no-repeat center center;
  z-index: 3;
  width: 360px;
  height:200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -180px;
  border-radius: 12px;
}

.mini-mask-loading span{
  font-size: 16px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  line-height: 20px;
  white-space:nowrap;
  text-align: center;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
box-shadow:0 0 0 60px #fff inset!important;
-webkit-text-fill-color: #333!important;
}



