body.login #login {
  width: 100%;
  max-width: 400px;
}
body.login h1 {
  border-bottom: 1px solid #ddd;
}
body.login h1 a {
  pointer-events: none;
  width: 100%;
  background-image: url(/wp-content/uploads/2024/10/logo-iip.png);
  background-size: contain;
}
body.login #loginform {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
body.login #loginform input {
  border-radius: 2px;
  font-weight: 400;
  font-size: 1.1em;
}
body.login #loginform input:focus {
  box-shadow: none;
  outline: none;
}
body.login #loginform #wp-submit {
  background-color: #74cee4;
  border: 1px solid #74cee4 !important;
  color: #000;
  float: none;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  border: none;
  padding: 8px;
  font-weight: 600;
  font-size: 1.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.25s;
}
body.login #loginform #wp-submit:hover {
  background-color: #00809f;
  color: #fff;
  border: 1px solid #00809f;
}
body.login .forgetmenot {
  font: none;
}
