input#username {
    margin: 5px 0;
}
.user-pass-wrap {
    width: 100%;
}
  body.login {
  background: url(https://cdn.jsdelivr.net/gh/web-elite/cdn/img/background-login.webp);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  }
  div#login {
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(23px);
  }
  form#loginform {
  border-radius: 10px;
  box-shadow: 0 0 50px;
  }
  .login h1 a {
  background-image: url(https://img.icons8.com/fluency/48/000000/password--v2.png) !important;
  }
  * {
  font-family: IRsans;
  }
  .wp-hide-pw {
  color: black !important;
  }
  p.forgetmenot {
  width: 100%;
  }
  p.submit input {
  width: 100%;
  margin-top: 10px !important;
  background: #008f4f !important;
  border: none !important;
  font-size: 18px !important;
  }
  .login form .input,
  .login form input[type="checkbox"],
  .login input[type="text"] {
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin-top: 5px;
  }
  p#nav a,
  p#backtoblog a {
  color: white !important;
  }
  .wp-hide-pw {
  padding: 10px !important;
  }
  html,
  body {
  overflow: hidden;
  }
  *:focus,
  *:hover {
  outline: none !important;
  }
  .login .button.wp-hide-pw:focus,
  .wp-core-ui .button-primary.focus,
  .wp-core-ui .button-primary:focus {
  border-width: 0px !important;
  box-shadow: none !important;
  }
