html {
  height: 100%;
  overflow: hidden;
}
body {
  background: url("../images/login_bg.gif") no-repeat #a7d3f1;
  background-size:cover ;
  height: 100%;
}
/*移除表单填充色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ececec inset;
}
/*按钮移上去颜色*/
.layui-btn-primary:hover {
  border-color: #1E9FFF;
  color: #333;
}
/*页面背景色*/
.m-login-bg {
  /* background: url("../images/login/login_bg.png") left center repeat-x; */
  height: 100%;
}
.m-login {
  width: 390px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -195px;
  transform: translateY(-50%);
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 25px;
}
.m-login h3 {
  color: #020202;
  text-align: center;
  height: 60px;
  font-size: 28px;
  background: #fff 
}
.m-login .copyright {
  text-align: center;
  color: #999;
  padding-top: 10px;
}
.m-login-warp {
  height: auto;
  overflow: hidden;
}
.m-login-warp .layui-input {
  height: 40px;
  line-height: 40px\9;
  margin-bottom: 5px;
  -webkit-transition-property: none;
  transition-property: none;
  background: #ececec;
  border: 1px solid #ececec;
}
.m-login-warp .m-login-btn .layui-inline {
  width: 49%;
  margin: 0;
}
.m-login-warp .m-login-btn .layui-inline button {
  width: 100%;
}
.m-login-warp .verifyImg {
  width: 130px;
  height: 42px;
}
.header{
  width: 100%;
  height: 86px;
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
}
.header_logo{
  width: 161px;
  height: 35px;
  margin-left: 25px;
  margin-top: 25.5px;
}
.login_hx{
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.login_hxs{
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: #020202;
  margin-top: 17px;
}
@media screen and (max-width: 450px) {
  .m-login {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -240px;
  }
  .layui-form-item .layui-inline {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    clear: both;
  }
  .m-login-warp .m-login-btn .layui-inline {
    width: 100%;
    margin: 0 0 10px;
  }
}
