
.aside-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../images/pexels-artempodrez-67797161.jpg');
    background-size: cover;
}

.light-overlay {
    position: absolute; /* Sticks to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Light semi-transparent white */
    /* z-index: 999; */
    /* Ensure it's above other elements */
    display: flex; /* For centering content */
    align-items: center;
    justify-content: center;
    /* backdrop-filter: blur(5px); */
    /* Optional: adds a blur effect */
}
*{
    margin:0;
    padding:0;
}

.auth-form-bg{
    background-image: url('./images/Karnataka-auth-bg-Pattern.png');
    background-size: cover;
}
.bg-white-transparent{
    background-color: rgba(255, 255, 255, 0.7) !important;
}