body.login div#login h1 a {
    background-image: none;
    background-size: 0 0;
    height: 0;
    margin: 0 auto 0;
    width: 0;
}

.privacy-policy-link, .language-switcher {
    display: none;
}

.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
    background: #f1f1f1;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    padding: 0 10px;
}

#wp-submit {
    height: 40px;
    margin-top: 16px;
    background-color: #5f66d7 !important;
    border-radius: 8px !important;
    display: block !important;
    width: 100% !important;
}

body.login {
    background-color: #f1f1f1;
}

#footer-thankyou {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#login {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0 !important;
}

.login #backtoblog, .login #language-switcher {
    display: none !important;
}

.login .notice {
    border-radius: 10px;
    border-left: 0 !important;
}

#loginform {
    border-radius: 10px !important;
}