.bg-image {
    background-image: url('/kspimage/ksp_wallpaper.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.label-col {
    display: inline-block;
    width: 160px;   /* Adjust width if needed */
}

