body {
    background-color: #212121;
}

#loginform {
    background-color: #2f2f2f;

}

#login h1 a, .login h1 a {
    background-image: url(../images/hvit-nettas-logo.png);
    height:192px;
    width:325px;
    background-size: 325px 192px;
    background-repeat: no-repeat;
}

p, label {
    color: white;
}

.language-switcher {
    display: none;
}