/* Target the correct body class */
body.dark {
    background-color: #000000 !important;
}

/* Target the login div */
#login {
    /* Add any login container styles here */
}

/* Style the logo - need to inspect to find exact selector */
.logo {
    width: 200px;
    height: 200px;
    background-image: url('/static/img/logo.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}