body.login {
    background-image: url(https://delegates.wfot.org/wp-content/uploads/2024/06/AdobeStock_250185610_JPG2560.jpg);
    background-position: center;
    background-size: cover;
    background-color: #595f65;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

body.login h1 a {
    background-image: url("https://delegates.wfot.org/wp-content/login-logo.png") !important;
    width: 100% !important;
    background-size: contain !important;
    background-position: center !important;
    height: 96px !important;
}

body.login .language-switcher {
    display: none
}

body.login #login {
    background: #e8e8eb;
    padding: 2em;
    box-shadow: 0 0 48px rgba(0, 0, 0, .25);
}