/*------------------- Responsive --------------------------*/
.login {
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 50% 50%;
    background-image: url(../images/orange-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    border: 3px solid #fff;
}
    .login::before {
        position: absolute;
        content: "";
        /*        background: linear-gradient(321deg, #752c1680 0%, #d88040 90%);*/
        background: linear-gradient(344deg, #f77c5866 0%, #d79666 90%);
        width: 100%;
        height: 100%;
    }
@media screen and (max-width: 480px) {
  .login {
    grid-template-columns: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
    .login {
        grid-template-columns: auto;
        height: auto;
    }
}
.login .left {
  /*background-image: url(../images/left-bg-1.jpg);*/
  background-position: center;
  background-size: cover;
  position: relative;
}
.govt {
    position: relative;
    margin: 0px 5px 25px 5px;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    top: 5px;
    display: flex;
    align-self: auto;
    width: 100%;
    justify-content: space-evenly;
}
    .govt ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        justify-content: space-evenly;
        gap: 7%;
    }
.govt ul li{
    display: inline-block;
}
.govt ul li img{
    width: 100% !important;
}
@media screen and (max-width: 480px) {
    .govt ul li img {
        width: 100% !important;
    }
}
    .login .left::before {
        position: absolute;
        content: "";
        /*background: linear-gradient(321deg, #752c1680 0%, #d88040 90%);*/
        width: 100%;
        height: 100%;
    }

    .login .left .consumer {
        position: relative;
        bottom: 0px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        display: grid;
        justify-items: center;
    }

        .login .left .consumer img {
            width: 100% !important;
            filter: drop-shadow(0px 0px 0px #ccc);
            padding: 7px;
            border-radius: 13px;
            overflow: hidden;
        }
.right-eswaraj{
    display: none;
}
    .right-eswaraj img {
        width: 100%;
        padding: 7px;
        border-radius: 13px;
        overflow: hidden;
    }
@media screen and (max-width: 480px) {
    .consumer img {
        display: none;
    }
    .right-eswaraj {
        display: block;
    }
    .login .left .consumer {
        display: none;
    }
    }


    .tp-logo {
        position: relative;
        display: flex;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        width: 90%;
    }

        .tp-logo li img {
            width: 100%;
            padding: 10px 0px;
        }

    .login .left .internal {
        position: relative;
        text-align: center;
        color: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

        .login .left .internal img {
            width: 300px;
        }

    .dit-logo {
        filter: saturate(2);
    }

    @media screen and (max-width: 480px) {
        .login .left .internal img {
            width: 100px;
        }
    }

    .login .left .internal h1 {
        font-family: "Inter-Regular", sans-serif;
        font-size: 27px;
    }

    @media screen and (max-width: 480px) {
        .login .left .internal h1 {
            display: none;
        }
    }

    .login .left .internal .text {
        width: -moz-fit-content;
        width: fit-content;
        padding: 20px 40px;
        margin: auto;
        margin-top: 20px;
    }

    @media screen and (max-width: 480px) {
        .login .left .internal .text {
            margin-top: 0px;
            padding: 10px;
        }
    }

    .login .left .internal .text h4 {
        font-size: 28px;
    }

    .login .left .internal .text p {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 40px;
        font-family: "Inter-Regular", sans-serif;
    }

    @media screen and (max-width: 480px) {
        .login .left .internal .text p {
            line-height: 24px;
            font-size: 15px;
        }
    }

    .login .left h2 {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    @media screen and (max-width: 480px) {
        .login .left h2 {
            position: relative;
            bottom: 0px;
        }
    }

    .login .left h2 span {
        font-family: "Inter-Regular", sans-serif;
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 1px;
        position: relative;
    }

    @media screen and (max-width: 480px) {
        .login .left h2 span {
            font-size: 17px;
        }
    }

    .login .left h2 span::before {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background-color: #fff;
        left: -120px;
        top: 15px;
    }

    @media screen and (max-width: 480px) {
        .login .left h2 span::before {
            top: 10px;
            width: 20%;
            left: -50px;
        }
    }

    .login .left h2 span::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background-color: #fff;
        right: -120px;
        top: 15px;
    }

    @media screen and (max-width: 480px) {
        .login .left h2 span::after {
            top: 10px;
            width: 20%;
            right: -50px;
        }
    }

.login .right {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0px 10%;
    display: grid;
    align-content: baseline;
    justify-content: center;
    /*border-left: 3px solid #fff;*/
}

    @media screen and (max-width: 480px) {
        .login .right {
            padding: 0px 3%;
        }
    }

    .login .right::before {
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: "";
        background-image: url(../images/right-bg.png);
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .login .right {
            padding: 0px 30px;
        }
    }

    .login .right h4 {
        position: relative;
        bottom: 0px;
        width: 100%;
        text-align: center;
        font-size: 10px;
        color: #ffffff;
        padding-top: 10px;
    }

    @media screen and (max-width: 480px) {
        .login .right h4 {
            position: relative;
            bottom: 0px;
        }
    }

    .cm-image {
        width: 100%;
        text-align: right;
    display: flex;
    align-items: end;
    justify-content: center;
    }

        .cm-image img {
            width: 160px;
        }

    .login .right .internal {
        position: relative;
        border: 1px solid #00355f;
        border-radius: 7px;
        box-shadow: 0px 0px 10px 10px rgba(27, 129, 92, 0.0901960784);
        overflow: hidden;
    }

    @media screen and (max-width: 480px) {
        .login .right .internal {
            padding: 0px;
            margin: 0px;
        }
    }

    .login .right .internal form {
        padding: 10px 14px;
        background: rgba(255, 255, 255, 0.4901960784);
    }
@media screen and (max-width: 480px) {
    .login .right .internal form {
        padding: 10px;
        background: rgba(255, 255, 255, 0.4901960784);
    }
}
    .login .right .internal h1 {
        color: #fff;
        font-size: 20px;
        font-family: "Inter-Regular", sans-serif;
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid;
        padding: 10px 0px;
        background: #00355f;
        border-radius: 5px;
        letter-spacing: 3px;
    }

    @media screen and (max-width: 480px) {
        .login .right .internal h1 {
            font-size: 20px;
            text-align: center;
        }
    }

    .login .right .internal p {
        color: #6A6B6C;
        font-family: "Inter-Regular", sans-serif;
    }

    @media screen and (max-width: 480px) {
        .login .right .internal p {
            text-align: center;
        }
    }

    .login .right .internal form .btn {
        height: 45px;
        display: grid;
        align-items: center;
    }

    .login .right .internal form .captcha {
        display: flex;
        margin: 20px 0px;
    }

    @media screen and (max-width: 480px) {
        .login .right .internal form .captcha {
            margin: 20px 0px;
        }
    }

    .login .right .internal form .captcha #status .fa-check {
        color: green;
    }

    .login .right .internal form .captcha #status .fa-remove {
        color: red;
    }

    .login .right .internal form .captcha .refresh i {
        font-size: 20px;
        padding: 10px;
        color: #00355f;
    }

    .login .right .internal form #generated-captcha {
        text-decoration: line-through;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        background-color: #D2D2D2;
        border-radius: 6px;
        border: none;
        padding: 6px;
        outline: none;
        color: #1d1d1d;
        width: 150px;
    }

    .login .right .internal form label {
        font-weight: 700;
        font-size: 14px;
        color: #00355f;
    }

        .login .right .internal form label i {
            margin-right: 10px;
            font-size: 16px;
            color: #00355f;
        }

    .login .right .internal form input {
        background: #FFFFFF;
        box-shadow: 1px 1px 6px rgba(149, 143, 143, 0.36);
        border-radius: 6px;
        font-size: 14px;
        height: 45px;
        color: #6A6B6C;
        border: none;
    }

        .login .right .internal form input[type=submit] {
            background: #00355f;
            border: #0b4430;
            color: #fff;
        }

    .login .right .internal form .help {
        text-align: center;
        margin-top: 10px;
    }

        .login .right .internal form .help a {
            color: #00355f;
            text-decoration: none;
            font-weight: 700;
        }

    .login .right .konark-wheel1 {
        background-image: url(../images/konark-wheel.png);
        position: absolute;
        top: -55px;
        left: -55px;
        width: 200px;
        opacity: 0.2;
        height: 200px;
        background-position: center;
        background-size: cover;
        animation: spin 15s infinite linear;
    }

    .login .right .konark-wheel2 {
        background-image: url(../images/konark-wheel.png);
        position: absolute;
        bottom: -200px;
        right: -200px;
        width: 600px;
        opacity: 0.1;
        height: 600px;
        background-position: center;
        background-size: cover;
        animation: spin 50s infinite linear;
    }

    @media screen and (max-width: 480px) {
        .login .right .konark-wheel2 {
            bottom: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
        }
    }

    @keyframes spin {
        0% {
            -moz-transform: rotate(320deg);
            -webkit-transform: rotate(320deg);
            -o-transform: rotate(320deg);
            -ms-transform: rotate(320deg);
        }

        100% {
            -moz-transform: rotate(680deg);
            -webkit-transform: rotate(680deg);
            -o-transform: rotate(680deg);
            -ms-transform: rotate(680deg);
        }
    }
    /*# sourceMappingURL=login.css.map */