/* Replace 'your-image-url.jpg' with the URL of your desired background image */
body.login {
    background-image: url('your-image-url.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Style the login form as needed */
