
body.login div#login h1 {
    text-align: center;
}
body.login {
    background: var(--master_color) var(--login_bg) no-repeat center bottom !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.login div#login h1 a {
    background: var(--login_logo);
    width: 246px;
    height: 47px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

body.login .button {
     background: var(--second_color);
    border-color: var(--second_color);
    display: block;
    width: 100%;
    padding: 9px;
    margin-top: 10px;
}

body.login #nav,
body.login #backtoblog,
body.login .privacy-policy-page-link,
body.login .language-switcher {
    display: none;
}

body.login #loginform {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.54);
    background-blend-mode: normal, multiply;
    border-radius: 15px;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 5px;
    color: #fff;
}
.login label {
    color: #1d2a3a;
    font-weight: 500;
}
