body {
    /* Set background properties */
    background-image: url('dist/img/Habib.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-box {
    /* Set additional styles for the login box */
    background-color: rgba(255, 255, 255, 0.8); /* Add a semi-transparent white background */
    border-radius: 8px;
    padding: 20px;
    margin-top: 50px;
}

/* You may need to adjust the styles based on your specific design and requirements */
