body {
    background-image: url(../imge/bg-login.webp);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}
#nav a, #backtoblog a{
    text-shadow: 1px 2px 2px black;
    color: white !important;
}
body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
    z-index: -1;
}

#login h1 a, .login h1 a {
    background-image: url(../imge/24os-Logo-Light.png);
    height: 80px;
    width: 320px;
    background-size: 183px 95px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
#language-switcher>label{
    color: white;
}