
        body::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('../img/background1.jpg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left;
            opacity: 0.2;
            /* Adjust opacity here */
            z-index: -1;
        }

        body {

            /* background-image: url(backgroundoil.png); */
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0px;
            background-position: 0% 0%;
            height: 100vh;
            overflow: hidden;
            font-family: "Montserrat", sans-serif;
        }

        .containerbody1 {
                display: flex;
    justify-content: center;
    align-items: center;
        }
        .containerbody {
            margin: 0;
            overflow: hidden;
            display: block;
            width: 100%;
            padding: 0px;
            height: 102.5vh;
            padding-top: 12px;
        }

        .logoimage {
            margin: 0 auto;
            width: 220px;
            margin-bottom: 20px;
            object-fit: contain;
            max-width: 100%;
            height: auto;
            max-height: 100%;
            display: flex;
            box-sizing: border-box;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            padding: 5px;
            border: 1px solid #00174b;
            border-radius: 5px;
        }

        .login-panel {
    display: inline-block;
    width: 27%;
    padding-left: 19px !important;
    padding-right: 0px !important;
    position: relative;
    top: 0px;
}

        .login-form {
            width: 100%;
            max-width: -webkit-fill-available;
            background: #00174b;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            border-top: 6px solid #f37022;
            height: 440px;
            border-bottom: 6px solid #f37022;
        }

        .login-form h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #fff;
            font-weight: 500;
            font-size: 27px;
        }

        .login-form label {
            display: block;
            margin-bottom: 8px;
            font-weight: 400;
            color: #fff;
            font-size: 16px;
        }

        .login-form input {
            width: 100%;
            padding: 5px;
            margin-bottom: 5px;
            border-radius: 5px !important;
            border: 1px solid #ccc;
            font-size: 14px;
            box-sizing: border-box;
        }

        .login-form .forgot {
            display: block;
            text-align: right;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            margin-bottom: 15px;
        }

        .login-form button {
            width: 100%;
            background: #ff6600;
            border: none;
            padding: 8px;
            color: white;
            font-weight: 500;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .note {
            margin-top: 10px;
            font-size: 12px;
            color: #fff;
            text-align: center;
        }
        .form-group {
    margin-bottom: 0px;
}
        .circle-panel {
            width: 34%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            top: 0px;
        }

        .circle-container {
            position: relative;
            width: 330px;
            height: 330px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .rotating-circle {
            position: absolute;
            width: 100%;
            height: 100%;
            border: 5px dashed #ff6600;
            border-radius: 50%;
            animation: rotate 20s linear infinite;
            z-index: 999;
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        .center-image {
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            object-fit: cover;
            z-index: 10;
        }

        .mascot {
            position: absolute;
            width: 120px;
            object-fit: contain;
            height: 132px;
            z-index: 2;
        }

        .mascot.one {
            top: -65px;
            left: -3%;
            transform: translateX(-50%);
        }

        .mascot.two {
            left: -74px;
            bottom: -30%;
            transform: translateY(-50%);
        }

        .mascot.three {
            top: -59px;
            right: -37%;
            transform: translateX(-50%);
        }

        .mascot.four {
            right: -66px;
            bottom: -32%;
            transform: translateY(-50%);
        }

        .info-panel {
            width: 35%;
            display: inline-block;
            padding-left: 20px;
            position: relative;
            top: 0px;
        }

        .info-panel h1 {
            font-size: 26px;
            color: #ff6600;
            margin-bottom: 10px;
            font-weight: 600;
            text-align: left;
        }

        .info-panel ul {
            list-style-type: none;
            padding: 0;
            font-size: 16px;
        }

        .info-panel ul li {
            margin-bottom: 15px;
            line-height: 1.5;
            text-align: left;
        }
        label{
            text-align: left;
        }
        .dot {
            width: 12px;
            height: 12px;
            background: #f15a24;
            border-radius: 50%;
            position: absolute;
        }

        .dot.right {
            right: 50px;
            top: 87%;
            z-index: 9999;
            transform: translateY(-50%);
        }

        .dot.top {
            top: 43px;
            left: 85%;
            z-index: 9999;
            transform: translateX(-50%);
        }

        .dot.left {
            left: 38px;
            top: 17%;
            z-index: 9999;
            transform: translateY(-50%);
        }

        .dot.bottom {
            bottom: 52px;
            left: 12.5%;
            z-index: 9999;
            transform: translateX(-50%);
        }

        .bg-logo-cls::after {
            content: "";
            position: absolute;
            bottom: -3px;
            /* place just below header */
            left: 0;
            width: 100%;
            height: 3px;
            /* white horizontal line */
            background: #03174f;
            ;
            box-shadow: 0 2px 4px rgb(109 109 109 / 82%);
            /* shadow for the line */
        }

        footer.kc-footer-copyright::before {
            content: "";
            position: absolute;
            bottom: 34px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #03174f;
            box-shadow: 0 -2px 4px rgb(109 109 109 / 82%);
        }

        .bg-logo-cls1::after {
            content: "";
            position: absolute;
            bottom: -3px;
            /* place just below header */
            left: 0;
            width: 100%;
            height: 3px;
            /* white horizontal line */
            background: #03174f;
            ;
            box-shadow: 0 2px 4px rgb(109 109 109 / 82%);
            /* shadow for the line */
        }

        .bg-logo-cls {
            background-color: #f37022;
            padding: 5px;
            height: 20px;
            position: relative;
            box-shadow: 0 3px 8px rgb(110 110 110);
        }

        footer.kc-footer-copyright {
            padding: 0px 0px;
            text-align: center;
            font-size: x-large;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            background: #ff6600;
            color: #fff;
            position: fixed;
            width: 100%;
            bottom: 0px;
            height: 34px;
            z-index: 99999;
        }

        footer.kc-footer-copyright a {
            color: #fff;
            font-size: x-small;
        }

        footer.kc-footer-copyright a:hover,
        footer.kc-footer-copyright a:focus {
            /* color: #de615e; */
            text-decoration: none;
            transition: all 0.3s ease 0s;
            font-size: 14px;
            font-weight: 400;
        }

        .oil-img {
            width: 18px;

        }

        .oil-img1 {
            width: 12px;

        }

        .boldli1 {
            margin-left: 25px;
        }

        .boldli {
            font-weight: 500;
            font-size: 19px;
        }

        @keyframes drop {
            0% {
                transform: translateY(0);
                opacity: 0.3;
                /* Start with light opacity */
            }

            10% {
                opacity: 1;
                /* Quickly reach full opacity */
            }

            70% {
                transform: translateY(15px);
                opacity: 0.6;
            }

            80% {
                transform: translateY(15px);
                opacity: 0;
            }

            100% {
                transform: translateY(0);
                opacity: 0;
            }
        }

        .oil-img,
        .oil-img1 {
            animation: drop 3s infinite ease-in;
        }






        @media only screen and (min-width: 1851px) and (max-width: 1921px) {
            .info-panel {
                width: 40% !important;
            }

            .circle-panel {
                width: 38% !important;
            }

            .login-panel {
                display: inline-block;
                width: 19% !important;
            }

            .info-panel h1 {
                font-size: 42px !important;
            }

            .boldli {
                font-size: 35px !important;
            }

            .info-panel ul {
                font-size: 30px !important;
            }
            .dot.top {
                top: 63px !important;
            }
            .dot.right {
                right: 63px !important;
            }
            .dot.bottom {
                bottom: 52px !important;
            }
            .dot.left {
                left: 49px !important;
            }
        }

        @media only screen and (min-width: 1681px) and (max-width: 1850px) {
            .info-panel {
                width: 40%;
                top: 0px;
            }

            .circle-panel {
                width: 38%;
                top: 0px;
            }

            .login-panel {
                display: inline-block;
                width: 19%;
                position: relative;
                top: 0px;
            }
            .login-form{
                min-height: 400px;
            }
            .info-panel h1 {
                font-size: 38px !important;
            }

            .boldli {
                font-size: 32px !important;
            }

            .info-panel ul {
                font-size: 28px !important;
            }
            
        }

        
        @media only screen and (min-width: 1600px) and (max-width: 1680px) {
            body::before {

                background-size: cover;
            }
            .circle-panel{
                top: 0px;
                position: relative;
            }
            .info-panel h1 {
                font-size: 32px;
            }

            .boldli {
                font-size: 25px;
            }

            .info-panel ul {
                font-size: 21px;
            }



            .info-panel {
                width: 38%;
                top: -39px;
            }

            .circle-panel {
                width: 36%;
                margin-top: 20px;
                position: relative;
                
            }

            .login-panel {
                display: inline-block;
                width: 23%;
            }


        }

        @media only screen and (min-width: 1400px) and (max-width: 1599px) {
            .login-panel {
                display: inline-block;
                width: 23%;
             top: - 50px !important;
            }
            .circle-panel{
                top: -40px;
                position: relative;
            }
            .circle-panel {
                width: 36%;
                margin-top: 20px;
            }

            .info-panel {
                width: 38%;
                top: -100px;
            }
        }

        @media (min-width: 1900px) {
            .info-panel {
                width: 40% !important;
            }

            .circle-panel {
                width: 38% !important;
                top: -80px;
                position: relative;
            }

            .login-panel {
                display: inline-block;
                width: 19% !important;
                position: relative;
                top: -20px;
            }
            .login-form {
                width: 100%;
                min-height: 400px;
            }
            .info-panel h1 {
                font-size: 52px !important;
            }

            .boldli {
                font-size: 42px !important;
            }

            .info-panel ul {
                font-size: 35px !important;
            }
            .circle-container {
                width: 450px !important;
                height: 450px !important;
            }
            .center-image {
                width: 420px !important;
                height: 420px !important;
            }
            .dot.top {
                top: 71px !important;
            }
            .dot.right {
                right: 71px !important;
            }
            .dot.bottom {
                bottom: 60px !important;
            }
            .dot.left {
                left: 57px !important;
            }
        }
        @media (min-width: 1600px) {
            .circle-container {
                width: 400px;
                height: 400px;
            }

            .dot.left {
                left: 50px;
                top: 16%;
            }

            .dot.top {
                top: 63px;
                left: 87%;
            }

            .dot.right {
                right: 63px;
                top: 87%;
            }

            .dot.bottom {
                bottom: 53px;
                left: 15.5%;
            }

            .center-image {
                width: 370px;
                height: 370px;
            }

            .mascot.one {
                top: -40px;
                left: -6%;
            }

            .mascot.three {
                top: -42px;
                right: -31%;
            }
            
        }

        @media (max-width: 1367px) {
            .login-panel {
    display: inline-block;
    width: 27%;
    padding-left: 19px !important;
    padding-right: 0px !important;
    position: relative;
    top: -56px;
}
.info-panel {
            width: 35%;
            display: inline-block;
            padding-left: 20px;
            position: relative;
            top: -100px;
        }
.circle-panel {
            width: 34%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            top: -48px;
        }
        }
        @media (max-width: 1200px) {
            body {
                flex-direction: column;
                align-items: center;
            }

            .login-panel,
            .circle-panel,
            .info-panel {
                width: 100%;
                text-align: center;
                padding: 20px;
            }

            .circle-container {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 767px) {

            .info-panel,
            .circle-panel {
                display: none;
            }

            footer.kc-footer-copyright::before {
                bottom: 49px;
            }

            .containerbody {
                margin: 0;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                padding: 0px;
                height: 85.5vh;
                padding-top: 12px;
            }

            .login-panel {
    width: -webkit-fill-available;
    margin-right: 0px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    top: 0px;
    justify-content: center;
        align-items: center;
        left: -10px;
    height: auto !important;
}
.pf-c-form__label{
    font-size: 14px !important;
}
.login-form{
    height: auto;
}

            body::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: url('img/background1.jpg');
                background-repeat: no-repeat;
                background-size: contain;
                background-position: bottom;
                opacity: 0.2;
                /* Adjust opacity here */
                z-index: -1;
            }


        }
    