 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');

        @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

        * {
            margin: 0;
            padding: 0;
        }

        ::selection {
            background-color: #b9000d;
            color: #fff;
        }

        .main-bg {
            /* background: url(jiva-login-bg.6c74e51333ff260c.png) center center no-repeat; */
            background-size: cover;
            background-color: #03a9f424;
            height: 100vh;
            width: 100vw;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: Roboto,sans-serif;
        }

        .main-bg-con {
            /* background: url(../img/Food-Images.png); */
            /* background-position: center bottom -70px; */
            /* background-repeat: no-repeat; */
            background-color: #f7f7f7;
            border-radius: 10px;
            border: 1.5px solid #838181;
        }

        .main-bg-con img {
            width: 100%;
        }

        .left-content h3 {
            font-weight: 800;
            font-size: 3.5rem;
            color: #479dd7;
            margin: 0 0 5px;
            line-height: 40px;
            margin-bottom: 14px;
            /* font-family: 'Lato', sans-serif; */
        }

        .left-content {
            margin: 2.5rem 2.5rem 0 2.5rem;
            position: relative;
            min-height: 45rem;
        }

        .left-content span {
            color: #fff;
            background: #768F31;
            padding: 3px 15px;
            font-size: 26px;
            font-weight: 500;
        }

        .left-content .Bottom-Content p {
            margin: 0 0 10px 0;
    font-size: 14px;
    color: rgb(79 79 79);
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
        }

        .left-content h6 {
            font-size: 1.9rem;
            color: #768F31;
            font-weight: 600;
            margin: 1.5rem 0 0.8rem;
            font-family: 'Roboto', sans-serif;
        }

        .left-content h5 {
            font-size: 1.3rem;
            color: #000;
            line-height: 1.7rem;
        }

        .troo-logo img {
            width: 15%;
            margin-top: 12px;
        }

        .login-sec {
            background: #f7f7f7;
            border-radius: 10px;
            border: 1px solid #cfcece;
            height: 500px;
            /* margin: -60px 15px -60px 0; */
            position: relative;
            /* z-index: 9999999; */
            padding: 2.5rem;
            border-radius: 0px 10px 10px 0px;
        }

        .login-sec p {
            font-size: 1.4rem;
            color: #5a5a5a;
            margin-bottom: 5%;
        }

        .login-sec-con .form-control {
            font-size: 1.5rem;
            margin-bottom: 3%;
            padding: 15px 0 15px 40px;
            height: 42px;
            border-radius: 8px;
        }

        .login-sec-con .form-control:focus {
            color: #212529;
            background-color: #fff;
            border-color: #ced4da;
            outline: 0;
            box-shadow: none;
        }

        .login-sec-con .form-control::placeholder {
            padding-left: 1px;
        }

        .login-sec .user-bg {
            background: url(../img/user-t.png)no-repeat 3%;
            background-size: 2.2rem;
        }

        .login-sec .user-password {
            background: url(../img/key.png)no-repeat 3%;
            background-size: 2.2rem;
        }

        .login-sec .email-bg {
            background: url(../img/email.png)no-repeat 3%;
            background-size: 2.2rem;
        }

        .login-sec .mobile-bg {
            background: url(../img/cell-phone.png)no-repeat 3%;
            background-size: 2.2rem;
        }

        .login-sec .confirm-password {
            background: url(../img/padlock.png)no-repeat 3%;
            background-size: 2.2rem;
        }

        .login-sec-con .login_btn {
            background: #479dd7;
            border: none;
            border-radius: 8px;
            padding: 10px 0 11px;
            font-size: 1.9rem;
        }

        .login-sec .forget_password {
            color: #b9000d;
            float: right;
            /* margin: 0.75rem 0 .5rem; */
            font-size: 1.3rem;
            text-decoration: none;
        }

        .login-sec .Create_Account {
            /* color: #768F31; */
            /* float: right; */
            /* margin: 0.75rem 0 .5rem; */
            font-size: 1.3rem;
            text-align: center;
            margin-top: 4%;
        }

        .login-sec .Create_Account a {
            color: #ff3636;
            text-decoration: none;
        }

        .login-sec h2 {
            font-weight: 700;
            font-size: 3.5rem;
            color: #000000;
            margin-bottom: 3%;
        }

        /* .captcha-text {
            margin-top: 0;
            float: right;
            position: relative;
            top: 3rem;
            font-size: 11px;
            text-align: center;
            right: 4rem;
        } */
        .captcha-text {
            text-align: center;
            position: absolute;
            bottom: 0;
            width: 90%;
            margin: 0 auto;
        }

        .captcha-text p {
            font-size: 11px;
        }

        a {
            text-decoration: underline;
            color: #2196f3;
        }

        .colorBlue {
            color: #2196f3 !important;
        }

        #recaptcha {
            margin: 1rem 0px;
        }

        .login-sec-con .text-danger {
            margin-top: -10px !important;
            margin-bottom: 10px !important;
            font-size: 1.4rem !important;
        }

        .moreDetail {
            font-weight: 600;
        }

        .userRadio {
            margin-bottom: 1rem;
        }

        .userRadio input {
            vertical-align: sub;
        }

        .userRadio input:last-child {
            margin-left: 1rem;
        }

        .welcomQr {
            display: flex;
            /* justify-content: space-between; */
            align-items: center;
        }

        .welcomQr img {
            width: 20%;
            margin-left: 3rem;
        }

        .welcomQr h4 {
            font-size: 20px;
            font-weight: 400;
            color: #000;
            line-height: 25px;
        }

        /* .Bottom-Content {
            position: absolute;
            bottom: 0;
            left: 0;
        } */
        .top-logo img {
            margin-bottom: 1rem;
        }

        .top-logo img:hover {
            top: 0;
        }

        /* .qr-img {
            background: url(../img/qr.png);
            height: 141px;
            width: 133px;
            position: relative;
            left: 0;
            -webkit-transition: .5s all ease-in-out;
            -moz-transition: .5s all ease-in-out;
            transition: .5s all ease-in-out;
        } */
        /* .qr-img:hover {
            background: url(../img/qr.png);
            left: 0;
            -webkit-transition: .5s all ease-in-out;
            -moz-transition: .5s all ease-in-out;
            transition: .5s all ease-in-out;
        } */
        .SupportBtn {
            margin-top: 3rem;
        }

        .SupportBtn {
            margin-top: 1.5rem;
        }

        .SupportBtn a {
            background: #ff3636;
            font-size: 13px;
            text-decoration: none;
            border-radius: 30px;
            padding: 7px 13px;
            color: #fff;
        }

        .left-content .Bottom-Content .infoSection {
            margin-top: 2rem;
        }

        .left-content .Bottom-Content .infoSection ul li {
            list-style-type: none;
            display: inline;
        }

        .left-content .Bottom-Content .infoSection ul li a {
            text-decoration: none;
            font-size: 1.3rem;
            color: #000;
            font-weight: 500;
            margin-right: 1.5rem;
        }

        .left-content .Bottom-Content .infoSection img {
            margin-right: .8rem;
            width: 20px;
        }

        .left-content .Bottom-Content .copyrightline {
            /* font-size: 1.16rem; */
            color: #000;
            font-weight: 500;
            /* position: absolute; */
            bottom: 119px;
        }

        .left-content .Bottom-Content .copyrightline p {
            font-size: 1.16rem;

        }

        .left-content .Bottom-Content .footer_img ul li {
            list-style-type: none;
            display: inline;
            margin-right: 4rem;
        }

        .left-content .Bottom-Content .footer_img img {
            width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0px;
        }

        .circle-img {
            display: flex;
            text-align: center;
            margin: 1.5rem 0;
        }

        .circle-img .circle-1 {
            flex-grow: 1;
            /* flex-shrink: 1; */
        }

        .circle-img .circle-1 img {
            width: 50px;
            /* margin-left: -30px; */
            margin: 0 0 8px 0;
        }

        /* -------------------Media Query Start--------------- */
        @media only screen and (max-width: 1024px) {

            .login-sec {
                height: 650px;
                margin-top: 10rem;
            }

            .top-logo {
                display: none;
            }

            .main-bg-con {
                background-color: #fff;
            }

            .captcha-text p {
                margin-bottom: 5px;
            }

            /* .captcha-text p {
                font-size: 10px;
            } */
            .left-content {
                display: none;
            }

            .main-bg-con {
                background: none;
                border-radius: 0;
                border: none;
            }

            .troo-logo {
                display: none;
            }

            .captcha-text {
                bottom: 7px;
                width: 97%;
            }

            .login-sec p {
                margin-bottom: 3%;
            }

            .login-sec .user-bg {
                background: url(../img/user-t.png)no-repeat 1%;
                background-size: 2.2rem;
            }

            .login-sec .user-password {
                background: url(../img/key.png)no-repeat 1%;
                background-size: 16px;
            }

            .login-sec .email-bg {
                background: url(../img/email.png)no-repeat 1%;
                background-size: 16px;
            }

            .login-sec .mobile-bg {
                background: url(../img/cell-phone.png)no-repeat 1%;
                background-size: 16px;
            }

            .login-sec .confirm-password {
                background: url(../img/padlock.png)no-repeat 1%;
                background-size: 16px;
            }

            .captcha-text {
                bottom: -12px;
            }

            .qr-img {
                display: none;
            }

        }

        @media only screen and (max-width: 768px) {
            body {
                height: 100%;
                /* width: 100vw; */
            }

            .login-sec {
                height: 600px;
                margin-top: 5rem;
            }

            .troo-logo img {
                width: 30%;
                margin-bottom: 1.5rem;
            }

            .captcha-text {
                bottom: 7px;
                width: 94%;
            }

            .captcha-text p {
                line-height: 1.7rem;
            }


        }

        @media only screen and (max-width: 425px) {
            .captcha-text {
                width: 83%;
            }

            .captcha-text p {
                font-size: 10px;
                line-height: 2rem;
            }

            .cii-logo {
                width: 39%;
            }

            .cii-face {
                width: 25%;
            }

            .troo-logo img {
                width: 50%;
                margin: 0 0 1rem;
            }

            .top-logo {
                margin-top: 1rem;
            }

            .login-sec {
                height: 550px;
                margin: 6.5rem 1rem 0;
            }

            .login-sec .user-bg {
                background: url(../img/user-t.png)no-repeat 4%;
                background-size: 1.7rem;
            }

            .login-sec .user-password {
                background: url(../img/key.png)no-repeat 4%;
                background-size: 1.7rem;
            }

            .login-sec .email-bg {
                background: url(../img/email.png)no-repeat 4%;
                background-size: 1.7rem;
            }

            .login-sec .mobile-bg {
                background: url(../img/cell-phone.png)no-repeat 4%;
                background-size: 1.7rem;
            }

            .login-sec .confirm-password {
                background: url(../img/padlock.png)no-repeat 4%;
                background-size: 1.7rem;
            }

        }

        @media only screen and (max-width: 375px) {
            .login-sec {
                margin: 7.5rem 1rem 0;
                height: 550px;
            }

            .login-sec .user-bg {
                background: url(../img/user-t.png)no-repeat 4%;
                background-size: 1.7rem;
            }

            .login-sec .user-password {
                background: url(../img/key.png)no-repeat 4%;
                background-size: 1.7rem;
            }

            .login-sec .email-bg {
                background: url(../img/email.png)no-repeat 4%;
                background-size: 1.7rem;
            }

            .login-sec .mobile-bg {
                background: url(../img/cell-phone.png)no-repeat 4%;
                background-size: 1.7rem;
            }

            .login-sec .confirm-password {
                background: url(../img/padlock.png)no-repeat 4%;
                background-size: 1.7rem;
            }
        }

        @media only screen and (max-width: 320px) {
            .cii-logo {
                width: 35%;
            }

            .cii-face {
                width: 25%;
            }

            .troo-logo img {
                width: 50%;
            }
        }

        /* -------------------Media Query End--------------- */
