@charset "utf-8";
html,
body {
  height: 100%;
  width: 100%;
}
body {
  /*background-image: url(/static/web/img/account/login-bg.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
}
.login {
  width: 1000px;
  background-color: #fff;
}
.login .cover {
  background-image: url(/static/web/img/account/login-left.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.login .core {
  padding-left: 25px;
}
.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) {
  body.ax-align-origin {
    background-image: none;
    display: block;
  }
  .login {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  .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;
  }
}

.btnSend {
  width: 95px;
  height: 43px;
  display: block;
  background: #46b847;
  border-radius: 4px;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin-left: 10px;
}
.ax-menu-tab h5 {
  font-size: 22px;
  color: #354d5f;
  margin: 24px 0px 10px;
}

@media screen and (max-width: 799px) {
  .footBox {
    background: #fcfcfc;
    padding: 20px 20px!important;
    margin-top: unset!important;
  }
  .ax-menu-tab h5 {
    font-size: 22px;
    color: #354d5f;
    margin: 20px 15px 10px;
  }
}

.ax-btn.ax-primary, .ax-btn.ax-reverse.ax-primary{
  background: linear-gradient(129deg, #feb626, #fca31a);
}

