body {
    min-height: 100vh;
    background-color: #111 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url("../background/bvg4.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

#LoginHeader {
    background-image: var(--bvg-logo-url);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 120px;
    min-height: 120px;
    margin-bottom: 8px;
}

#LoginHeader .LoginHeaderImg {
    opacity: 0;
    width: 220px;
    height: 120px;
}

#login_box,
#login_box h1,
#login_box a {
    color: var(--bvg-secondary) !important;
}

#login_box {
    background: #fff !important;
    border-top: 4px solid var(--bvg-primary) !important;
}

#login_box .Question input[type="text"],
#login_box .Question input[type="password"],
#login_box .Question textarea,
#login_box .Question select,
#login_box .Question input.stdwidth,
#login_box .Question select.stdwidth {
    background: none !important;
    color: #474747 !important;
}