﻿body {
    font-family: "Jost", sans-serif !important;
    position: fixed;
}
.login-wrapper {
    height: 100vh;
}

    .login-wrapper form .login-header {
        font-size: 20px !important;
    }

.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3d81c2 !important;
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
}

.img-newthumbnail {
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.main-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover
}

.version p {
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
    font-weight: 600;
    color: #3d81c2 !important;
}

.client_logo {
    margin-bottom: 10px;
}

    .client_logo img {
        width: 160px;
    }

.first_slide1 {
    display: none !important;
}

@media (max-width:1024px) {
    .version p {
        margin: 0;
    }
}

@media (max-width:767px) {

    body {
        position: initial;
    }

    html {
        overflow: hidden;
    }
    /* .main-img img{
        height:auto;
    } */
    .main-img img {
        display: none;
    }

    .version p {
        display: none;
    }

    .fixed-bottom {
       display: none
    }
}

@media (max-width:575px) {
    .login-wrapper {
        height: auto;
    }

    .fixed-bottom {
        bottom: -65px;
    }

    .first_slide1 {
        display: block !important;
    }

    .first_slide {
        display: none !important;
    }

    .col-sm-4.login-wrapper {
        padding: 0;
    }

    .carousel-inner > .item > img {
        height: 265px;
        width: 750px;
        object-fit: cover;
    }
}
.lobi-form fieldset {
    padding-top: 0px !important;
}
.validation-summary-errors {
    padding-top: 8px !important;
}
.empty-placeholder {
    height: 150px; /* Set your desired height */
}
.col-sm-4.login-wrapper {
    height: 100vh; /* Full viewport height */
    display: flex;
    flex-direction: column;
}
.box {
    width: 100%; /* Full width of the container */
    padding: 0; /* Ensure no padding is applied */
}

.box-40 {
    height: 35%; /* 30% of the container height */
    /*background-color: lightblue;*/ /* Optional, for visual distinction */
    overflow: hidden; /* Ensure content doesn’t overflow */
}
.box-30 {
    height: 30%; /* 30% of the container height */
   /* background-color: lightblue;*/ /* Optional, for visual distinction */
    overflow: hidden; /* Ensure content doesn’t overflow */
}

.box-60 {
    height: 65%; /* 70% of the container height */
    /*background-color: lightcoral;*/ /* Optional, for visual distinction */
    overflow: auto; /* Enable scrolling if content overflows */
}
.carousel-inner img {
    width: 100%; /* Make the image fill the width of its container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure the image covers the container without distortion */
}

.img-thumbnail {
    max-width: 100%; /* Prevent the image from exceeding the width of its container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure it is block-level element for centering */
    margin: 0 auto; /* Center the image horizontally */
}