﻿.zoom-responsive {
    zoom: 100%;
}

.login-overlay {
    background: url('../image/login-overlay.png') no-repeat left top;
    background-size: cover;
    opacity: 0.055;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

/* Styles for body background overlay */
.bg-overlay {
    background-image: url('../image/overlay.png') repeat-x center top;
    background-size: cover;
    opacity: 0.75;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.login-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(300px, 72.9vh);
}

.login-card {
    width: 100% !important;
}

.bottom-login-css {
    position: absolute; 
    bottom: 0px;
    margin-bottom: -23px;
}

/* Center only on larger screens */
@media (min-width: 768px) {
    .align-md-center {
        align-items: center !important;
    }

    .bottom-login-css {
        position: absolute; 
        bottom: 0px;
        margin-bottom: 0;
    }

    .login-card {
        width: 50% !important;
    }
}

.scroll-container {
    height: 350px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
}

.scroll-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    white-space: normal;
    padding: 30px 0;
    align-items: stretch;
    width: 300px !important;
    height: 350px;
    /* overflow: hidden; */
    font-size: 12pt;
    scroll-snap-align: center;
}