body {
    /* Set background properties */
    background-image: url('dist/img/demak1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0; /* Reset default body margin */
    padding: 0; /* Reset default body padding */
}

.login-box {
    /* Set additional styles for the login box */
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    border-radius: 18px;
    padding: 20px; /* Adjust padding as needed */
    margin-top: 30px;
}

/* You may need to adjust the styles based on your specific design and requirements */
