BODY {
    background: #ddd;
    color: black;
}
#content {
    padding: 3px 0px;
}
.logo {
    margin-top: 50px;
    margin-bottom: 30px;
    min-height: 100px;
}
.logo IMG {
    max-width: 500px;
    max-height: 20vh;
}
.logo IMG.invert {
    color: white;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.logo-sub {
    font-size: 1.5em;
    font-weight: 100;
    text-transform: uppercase;
    font-stretch: expanded;
    letter-spacing: 0.5em;
    color: #999;
    margin-top: 20px;
}


.LoginBox {
    background:#EEEEEE;
    color: black;
}

.LoginBoxUsername,
.LoginBoxPassword {
    position: relative;
}
/* .LoginBoxUsername INPUT, */
.LoginBoxPassword INPUT {
    padding-right: 30px;
}

.LoginBoxPassword .padlock {
    position: absolute;
    bottom: 11px;
    right: 15px;
    color: #DDDDDD;
}

.language-switcher {
    position: absolute;
    top: 5px;
    right: 5px;
}