.login {
    background: #f8f8f8;
}

.login #loginform {
    background: #fff;
}

.login label {
    font-size: 12px;
}

.login #login {
    padding-top: 5%;
    width: 400px;
}

.login .input {
    background: none !important;
    border-color: #eee;
    color: #000;
    font-size: 18px !important;
    padding: 10px !important;
    filter: none;
}

.login h1 a {
    background: url(../images/logo-eisenwerk-akademie.svg) no-repeat;
    background-size: contain;
    width: 198px;
    height: 87px;
    margin-bottom: 30px;
}

.login #wp-submit {
    text-shadow: none;
    background-color: #5D5985;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}

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

.login .privacy-policy-page-link {
    margin-top: 20px;
}

.login .privacy-policy-page-link a {
    color: #aaa;
    transition: .3s;
}