body.login #login {
    padding-top: 5% !important;
}

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

body.login h1:focus,
body.login input:focus {
    outline: #b61a28 auto 1px !important;
}

body.login a,
body.login .forgetmenot input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

body.login a:hover,
body.login a:focus,
body.login a:active {
    color: #b61a28 !important;
}


body.login h1:after {
    content: 'Exklusiver Zugang nur für Mitglieder';
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
body.login.wp-core-ui .button-primary {
    background: #b61a28 !important;
    border-color: #b61a28 #b61a28 #b61a28 !important;
    box-shadow: 0 1px 0 #b61a28 !important;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #b61a28, 1px 0 1px #b61a28, 0 1px 1px #b61a28, -1px 0 1px #b61a28 !important;
}