html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Set background image that covers the entire screen */
    background-image: url('/assets/img/head-office-bg-1920x1440-sept-2025.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-login {
    width: 400px;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.8);
}