@charset "utf-8";
/*
 *Last modified: 2022-06-25 18:38:36
 *Url: https://www.axui.cn
*/
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background-image: url(../img/index/login-bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
}
.title {
  width:100%;
  height: 60px;
  position: absolute;
  left: 0px;
  top:0px;
  background-image: url(../img/index/login-t1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 8px;
  color: #ffffff;
  line-height: 50px;
  text-shadow: 3px 0px 7px rgba(0,0,0,0.35);
  text-transform: none;
}
.login {
  width: 560px;
  position: absolute;
  color: #ffffff;
  left: 50%;
  top: 50%;
  margin-top: -230px;
  margin-left: -280px;
  background-image: url(../img/index/login-bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
}
#submit_login {
  background:none;
  background-image: url(../img/index/login-bg3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
}
.login .core {
  padding-left: 100px;
}

.footer {
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
  padding: 1.4rem 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 900px) {
  .login {
    width: 90%;
    box-shadow: none;
    border-radius: 0;
    right: 5%;
  }
  .login .cover {
    height: 20rem;
    border-radius: 0;
  }
  .login .core {
    padding-left: 0;
  }
  .login form {
    margin: 0;
  }
  .footer {
    position: inherit;
    color: #666666;
  }
  .footer a {
    color: #666666;
  }
}
