.login h1 a {
  background-image: url('./Japandi.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 200px;
}

#login {
    width: 460px;
}

#language-switcher {
    margin:auto;
    width: 460px;
}
.login form {
    border-radius: 10px;
    width: 375px;
    height: 250px;
    padding: 50px 40px;
}

.login form .input,
.login input[type="password"],
.login input[type="text"] {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

/* Remove focus styles */
.login form .input:focus,
.login input[type="password"]:focus,
.login input[type="text"]:focus,
.login form .input:focus-visible,
.login input[type="password"]:focus-visible,
.login input[type="text"]:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #000; /* keep same border on focus */
}

/* Submit button css */
#login form p.submit input#wp-submit {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* Bring register and lost pw to the form */
.login #nav {
  margin-top: 12px;
}

.login #nav {
  position: relative;
  top: -80px;
  padding-left: 45px;
}

/* hide pw color */

.login .button.wp-hide-pw {
    color: gray;
}