@media screen and (max-width: 1440px) {
  .mouse-wrap {
    right: 50px;
    width: calc(100% - 50%);
  }

  .login-content {
    padding: 70px 40px;
    width: 500px;
    left: 130px;
  }

  .login:after {
    width: 600px;
    height: calc(100% - 30%);
    right: -45px;
  }
}

@media screen and (max-width: 1280px) {
  .lock {
    width: 450px;
    height: auto;
  }

  .login {
    align-items: center;
    justify-content: center;
  }

  .login-content {
    left: 0;
  }

  .mouse-wrap {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
  }

  .lock {
    top: initial;
    bottom: -50px;
    left: -50px;
  }

  .cloudy {
    top: 100px;
  }

  .ball {
    left: initial;
    right: 200px;
    top: 150px;
  }
}


@media screen and (max-width: 990px) {
  .login:after {
    width: 100%;
    height: 100%;
  }

  .lock {
    width: 250px;
    left: 0;
    bottom: 0;
  }

  .login-copyright {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}


@media screen and (max-width: 768px) {
  .cloudy {
    top: 0;
    width: 150px;
    height: auto;
  }

  .ball {
    top: 30px;
    width: 20px;
    height: 20px;
    right: 150px;
  }

  .lock {
    width: 200px;
  }

  .login-content {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .login-content__title {
    font-size: 28px;
  }

  .login-content__title span {
    margin-bottom: 40px;
  }

  .button {
    margin-top: 30px;
  }

  .button button {
    height: 60px;
    padding: 20px 0;
  }

  .input {
    margin-bottom: 20px;
  }

  .input input {
    min-height: 70px;
  }
}