@charset "utf-8";

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background-image: url(../images/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.login {
  min-width: 1000px;
  background-color: #fff;
}

.login .cover {
  background-image: url(../images/login-left.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.login .core {
  padding-left: 28px;
}

.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) {
  .c-content {
    display: block;
  }

  .l-img {
    width: 100%;
    float: left;
  }

  .r-content {
    width: 100%;
    float: left;
  }

  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;
    min-width:414px;
  }

  .login form {
    margin: 0;
  }

  .footer {
    position: inherit;
    color: #666666;
  }

  .footer a {
    color: #666666;
  }
}
@media (max-width:900px) {
    .lc-check {
        width: calc(100vw - 1.4rem);
        height: 3.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lcc-content {
        width: calc(80vw - 1.4rem);
        max-width: 300px;
        height: 3.8rem;
    }
}
.lc-check {
  width: 100%;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lcc-content {
  width: 80%;
  max-width: 300px;
  height:3.8rem;
}

.ax-form-con {
  width: 32rem !important;
}