div.login {
/*  background-position:top right; */
}
#login_form_content::before {
    /* The Text Content */
    content: "Bitte nutzen Sie Ihre E-Mail / Please use your email";
    
    /* Making it look like a "Div Box" */
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    
}