/* login page */
#login h1 a, .login h1 a {
    background-image: url('/wp-content/uploads/2023/01/STHLM-CRAFT-WEEK_Logo_neg_72dpi.png');
      height: 162px;
      width: 260px;
      background-size: contain;
      background-repeat: no-repeat;
}


.language-switcher {
    display: none;
}

.login {
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.login #nav a {
    color: #fff!important;
}

.login #backtoblog a {
    color: #fff!important;
}

.login .privacy-policy-link  {
    color: #fff!important;
display: none;
}

.login a:hover {
transition: 0.2s ease-in-out;
font-weight: bold;
}
