* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,body{
  width: 100%;
  height: 100%;
}
.bgimage  {
  position: fixed;
  top: 0;
  left : 0;
  width: 100%;
  height: 100%;
  background: url('./bgimg.png?v=1') no-repeat center ;
  /*-webkit-background-size: cover;*/
  /*-moz-background-size: cover;*/
  /*-o-background-size: cover;*/
  /*background-size: cover;*/
  background-size: 100% 100%;
  z-index: 1;
}

.loginBox {
  position: relative;
  width: 100%;
  height: 100%;
}


.login {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  padding: 40px 60px;
  background: #FFFFFF;
  border-radius: 16px;
  z-index: 100;
}

.titleImg {

  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.jinhong {
  width: 168px;
  height: 104px;
}

.yanghe {
  width: 253px;
  height: 102px;
}

.nanyang {
  width: 240px;
  /*height: 109px;*/
}

.titleImg img {
  width: 100%;
  height: 100%;
}


.login .layui-form {
  margin-top: 60px;
} 

@media screen and (min-width: 992px) {
  .layui-col-md-offset10 {
      margin-left: 75% !important;
  }
}

.login .layui-form-item .layui-input-inline {
  width: 100%;
  padding-bottom: 20px;
}

.login .layui-input-inline {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC !important;
}

.layui-input {
  border: unset !important;
  padding-left: 15px !important;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.layui-form-select{
  border: unset !important;
  /*padding-left: 15px !important;*/
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  width: 100% !important;
  color: #999999;
}

.login .layui-input-inline .username {
  /* position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); */
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url('./username.png') no-repeat;
  background-size: 100%;
}

.login .layui-input-inline .password {
  /* position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); */
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url('./pass.png') no-repeat;
  background-size: 100%;
}

.login .layui-input-inline .station {
  /* position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); */
  display: inline-block;
  margin-left: 3px;
  width: 27px;
  height: 28px;
  background: url('./station.png?v=121') no-repeat;
  background-size: 100%;
}





