
/* .fi-simple-main-ctn {
    background-image: url('../../assets/img/bg-blue.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
} */

/* Hide scrollbar */
.fi-simple-main::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar */
.fi-simple-main {
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.login-left {
    /* background-image: url('../../assets/img/bg-login-transparent.jpg'); */
    background-image: url('../../assets/img/inms-landing.jpg');
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: none;
}

img.login-left {
    position: fixed;
    top: 0;
    left: 0
}

.login-right {
    width: 100%;
    padding: 1.75rem;
    max-width: 32.5%;
    place-content: center
}

.ct-inputs {
    height: 45px
}

.login-btn {
    background-color: #01349a;
    height: 50px
}

.ct-login__container {
    background:
    linear-gradient(217deg, rgb(1 52 154 / 0.8), rgb(1 52 154 / 0) 70.71%),
    linear-gradient(80deg, rgb(114 179 239 / 0.7), rgb(0 255 0 / 0) 40.71%),
    linear-gradient(336deg, rgb(1 52 154 / 0.8), rgb(1 52 154 / 0.9) 70.71%);

    height: 100vh;
    width: 100%;
    place-content: center;
    overflow-y: auto;
}

.ct-login__container .fi-simple-main {
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    padding: 1.75rem;

    background-color: white;
    overflow-y: scroll;

    display: flex;
    justify-content: space-between;
}

.fi-simple-main .fi-simple-main--form {
    width: 100% !important;
    /* height: 100% !important; */
    place-content: center;
}

.fi-simple-main--form .fi-simple-page > section {
    gap: 0 !important;
}

.fi-simple-page > section > .fi-simple-header > .fi-logo {
    height: 120px !important;
}

/* register */
.fi-panel-admin > .fi-simple-layout > .fi-simple-main-ctn > .fi-simple-main {
    margin: 0 !important;
}

@media only screen and (min-width: 640px) {
    /* register */
    .fi-panel-admin > .fi-simple-layout > .fi-simple-main-ctn > .fi-simple-main {
        margin: 4rem 1rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .ct-login__container {
        /* height: auto !important; */
        padding: 4rem 0;
    }

    .ct-login__container .fi-simple-main {
        width: 75%;
        margin: 0 auto;
        min-height: 100vh;

        border-radius: 10px;
    }

    /* register */
    .fi-panel-admin > .fi-simple-layout > .fi-simple-main-ctn > .fi-simple-main {
        margin: 4rem !important;
    }

}

@media only screen and (min-width: 1024px) {
    .ct-login__container {
        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: row;

        padding: 0;
    }

    .login-left-2xl {
        width: 100%;
        min-height: 100vh;

        background:
            linear-gradient(217deg, rgb(1 52 154 / 0.8), rgb(1 52 154 / 0) 70.71%),
            linear-gradient(80deg, rgb(114 179 239 / 0.7), rgb(0 255 0 / 0) 40.71%),
            linear-gradient(336deg, rgb(1 52 154 / 0.8), rgb(1 52 154 / 0.9) 70.71%);

        display: flex;
        align-items: center;
    }

    .login-left-image {
        background-image: url('../../assets/img/inms-landing.jpg');
        width: 100%;
        height: 75%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        display: block;
    }

    .ct-login__container .fi-simple-main {
        border-radius: 0 !important;
    }
}

@media only screen and (min-width: 1280px) {
    .login-left-image {
        height: 100%;
        background-size: contain;
    }

    .ct-login__container .fi-simple-main {
        width: 40%;
        padding: 1.75rem 1.75rem 0.5rem 1.75rem;
        /* overflow: hidden; */
    }
}

@media only screen and (min-width: 1536px) {
    .login-left {
        display: none;
    }

    .ct-login__container .fi-simple-main {
        width: 60%;
    }
}