@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

.login.login-action-login {
  background: #fdcc42;
  color: #000;
  font-weight: 600;
}
#login {
  width: 98%;
  max-width: 44vw;
  padding: 10%;
  font-family: "Share Tech Mono", sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fdcc42;
  background: black;
}

::selection {
  color: #fdcc42;
  background: black;
}

#login h1 {
  max-width: 100vw;
  display: flex;
  border-bottom: solid 4px #000;
  padding-bottom: 20px;
}
#av_login_logo {
  max-width: 15vw;
}
.login form {
  background: transparent;
  border: 0px solid #c3c4c7;
  box-shadow: none;
  max-width: 400px;
  float: right;
}

#user_login,
#user_pass {
  background: transparent !important;
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-radius: 0;
  border-width: 0 0 3px 0;
}
#wp-submit {
  background-color: transparent;
  border-radius: 0;
  border: solid 3px #000;
  color: #000;
  font-weight: 700;
  padding: 2px 40px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
#wp-submit:hover {
  background: #000;
  color: #fdcc42;
  transition: all 0.4s ease-in-out;
}
#login .wp-core-ui .button,
.wp-core-ui .button-secondary {
  color: #000;
}
#rememberme {
  background: transparent;
  border-radius: 0;
  border: solid 3px #000;
}

#user_pass,
#user_login {
  color: #000;
}
#user_login:focus,
#user_pass:focus {
  box-shadow: none;
}
#user_pass::placeholder,
#user_login::placeholder {
  color: #000;
  opacity: 0.1;
}
#login input[type="checkbox"]:checked::before {
  margin: 0.18rem 0 0 -0.4rem;
  filter: brightness(0);
  content: "■";
}

.login #login_error,
.login .message,
.login .success {
  background-color: transparent;
  box-shadow: 0;
}

@media (max-width: 1240px) {
  #av_login_logo {
    max-width: 20vw;
  }
  #login {
    padding-top: 35%;
  }
  #login h1 {
    border-bottom: solid 3px #000;
  }
}

@media (max-width: 768px) {
  #login {
    padding-top: 55%;
    max-width: 90vw;
  }
  #av_login_logo {
    max-width: 40vw;
  }
  #wp-submit {
    border: solid 2px #000;
  }
  #login input[type="checkbox"]:checked::before {
    margin: 0.5rem 0 0 -0.4rem;
  }
}
