body {
    background-image: url('ksfe_bg.png') !important;
    /* background-image: url('ksfeimage.jpg') !important; */
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Make the login form slightly transparent to let the background shine through */
#login-form {
    background-color: rgba(0, 0, 0, 0.6) !important; /* Dark, semi-transparent background */
    border-radius: 1rem !important;
    padding: 1.5rem !important;
}

/* Adjust text color for better contrast */
#login-form label,
#login-form a {
    color: white !important;
}
