<style>
    * {
        font-family: "Plus Jakarta Sans", serif;
    }

    @media only screen and (max-width: 767.8px) {
        .header.botom {
            display: none;
            padding: 10px 0px;
            height: auto;
        }
    }

    @media screen and (max-width: 767px) {
        .loginpage .login-section {
            background: url('<?php echo base_url(); ?>images/login_bg.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 0 110%;
        }
    }

    .login-section {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .login-section .grid-container {
        width: 100%;
    }

    .zinfinitee-intro svg {
        width: 15rem;
    }

    .zinfinitee-intro p {
        font-size: 1.23rem;
        font-weight: 200;
    }

    [data-theme="light"] .zinfinitee-intro .cls-1 {
        fill: #fff !important;
    }

    .login-section {
        background: url("/images/signup/singup-web-background.png") no-repeat fixed center;
        background-size: cover;
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
        color: #fff;
        padding: 40px 0 !important;
        /* height: 100%; */
    }

    .login-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #041237e8;
        z-index: 1;
    }

    .login-section * {
        /* position: relative; */
        z-index: 2;
    }

    .zinfinitee-intro {
        padding: unset;
    }

    .grid-container {
        width: 85% !important;
        margin: auto;
    }

    input {
        background-color: #fff !important;
        color: #000 !important;
        border-radius: 8px !important;
    }

    .form-sec {
        margin: 1.5rem 0px;
    }

    .submit_btn {
        background-color: var(--primary-color) !important;
        color: #fff !important;
    }

    .login-section .grid-container {
        width: 40% !important;
    }

    @media (max-width: 1024px) {
        .login-section .grid-container {
            width: 70% !important;
        }
    }

    @media (max-width: 768px) {
        .login-section .grid-container {
            width: 90% !important;
        }
    }

    @media (max-width: 480px) {
        .login-section .grid-container {
            width: 95% !important;
        }
    }

    .form-sec.loginfrm {
        border: unset;
    }

    .form_label span {
        color: #FF3A30;
    }

    .form_label {
        color: #fff;
    }

    * {
        font-family: "Plus Jakarta Sans", serif;
    }
</style>