body {
    background: url("/static/img/background.jpg") center center repeat !important;
    background-size: cover !important;
}

/* Optional: dark overlay behind login form */
.login,
.card,
#login {
    background: rgba(119, 136, 153, .20) !important;
    border-radius: 12px;
}
