body {
    background-image: var(--login_title_image);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.card-glass {
   background-color: rgba(255, 255, 255, 0.75);
}
