.login img.bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.login.wrap{
  position: relative;
  height: 400px;;
  /* margin-bottom: 40px; */
}
.login .login-box{
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.53);
}
.login-box .center{
  margin: 0 auto;
  width: 300px;
  margin-top: 140px;
}
.login-box .center .input{
  width: 100%;
  border: none;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-indent: 6px;
  margin-top: 20px;
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
}
.login-box .center .input.warn{
  -webkit-box-shadow:0 0 10px 5px rgba(255, 0, 0, 0.28);
          box-shadow:0 0 10px 5px rgba(255, 0, 0, 0.28);
}
.login-box .autologin{
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.login-box .btn{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e29304;
  font-weight: bold;
  font-size: 20px;
  color: white;
  display: block;
}
.login-box a{
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px;
}
