/**
 * Set up the logo used at the top of the login dialog box, including sizing it
 * appropriately and pulling in the custom image.
 */
.logolindenberg {
    height: 6em;
    background-size:         10em 6em;
    -moz-background-size:    10em 6em;
    -webkit-background-size: 10em 6em;
    -khtml-background-size:  10em 6em;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://www.lindenberg.one/LindenbergLogo.svg');
}

.warning {
    font-size: 0.75em;
}

