body {
    background: #ffffff url('./img/aurora.jpg') center bottom no-repeat;
    background-size: cover;
    height: 100vh;
}
body #login {
    width: 100%;
    max-width: 380px;
    position: relative;
    z-index: 1;
}
body .language-switcher {
    width: 100%;
    max-width: 380px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0.001rem 0 1rem;
    margin-top: 1rem;
}
body:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-color: rgba(0,0,0,.15);
    content:'';
}
.privacy-policy-page-link,
#nav,
#backtoblog {
    display: none;
}

form > p:first-of-type {
    margin-top: 25px;
    position: relative;
}

form > p:first-of-type:before {
    position: absolute;
    top: -35px;
    content: 'Stargate';
    z-index: 1;
    color: #007cba;
    font-weight: bold;
    font-size: 1rem;
}

#login h1 a, 
.login h1 a {
    background-image: url('./img/digitaleseiten.svg');
    height:55px;
    width:280px;
    background-size: 280px 55px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}