.login-view {
    background-image: url("../../assets/img/home/home-banner.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

/* .layout-footer {
    margin-top:0.18rem !important;
} */


.login-logo {
    height: 100px;
}