:root {
    --bg-color: #1a222e;
}
body.login {
    background: var(--bg-color);
}

body.login a {
    display: none;
}

.wp-login-logo {
    background: url('https://joagruppen.no/wp-content/uploads/2024/10/joa-logo.webp') no-repeat center center;
    background-size: contain;
    height: 50px;
}

#loginform {
  padding: 0px;
  background: none;
  border: none;
  color: #FAF7F0;
  margin-top: 50px;
  overflow:visible;
}

input.button.button-primary.button-large {
  background: #df6322;
  border: none;
   transition: transform .2s;
   position: relative;
}

input.button.button-primary.button-large:hover {
  transform: scale(1.2);
}