@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');


body {
    /*background:#fff;*/
    /* background: url(../images/bg1.gif) no-repeat; */
    background-position: center right;
    background-size: cover;
    font-family: 'Inter', sans-serif;
    overflow: hidden !important;
    margin: 0px;
    padding: 0px;
}

.login-content {
    height: 100vh;
}

.loginmain-Page {
    height: 100vh;
    position: relative;
}

.loginWave_bg {
    height: 100%;
    width: 100%;
    /*background: #b5bbecc7;*/
    background: linear-gradient(187deg, rgb(254 254 254 / 85%) 35%, rgb(236 252 255) 100%);
    /* background: url(../images/bgBottom.png) no-repeat; */
    position: absolute;
    bottom: 0;
    /* left: -123px; */
    /* background-size: cover; */
    /* background-position: left top; */
    z-index: -1;
}

.login_background {
    /* background: url(../images/loginbg_new.png) no-repeat; */
    background: #08146c;
    background: linear-gradient(144deg, rgb(97 97 199) 13%, rgba(19, 19, 154, 1) 100%);
    height: 100vh;
    z-index: 1;
    position: relative;
}

.login_background:after {
    position: absolute;
    content: " ";
    background: url(../images/login-bgbox12.gif) no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0.1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.megalift_logotext {
    width: 85%;
    /* top: 7%; */
    /* left: 50%; */
    /* margin: 4rem auto; */
    /* position: absolute; */
    /* transform: translate(-50%, -20%); */
    /* margin-bottom: 2rem; */
    margin: auto;
}
.megalift_logotext_admin{
    width: 180px;
    top: 7%;
    left: 50%;
    /* margin: 4rem auto; */
    position: absolute;
    transform: translate(-50%, -20%);
}
.megalift_logotext_admin img,
.megalift_logotext img {
    width: 100%;
}
/* 
.megalift_logotext {
    width: 145px;
    top: 7%;
    left: 50%;
    margin: 4rem auto;
    position: absolute;
    transform: translate(-50%, -20%);
} */

/*.video-tag{
    height: 300px;
    width: auto;
    display: block;
    margin:1em auto 3em;
}*/
.form-group {
    margin-bottom: 1rem;
}

.login_form {
    position: relative;
}

/*.login_form:before{
    position: absolute;
    content: '';
    background: url(../images/water-supply.GIF) no-repeat;
    background-position: auto;
    background-size: cover;
}*/
.loginpage1 {
    width: 85%;
    top: 68%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -60%);
    padding: 1rem 2rem;
    background: #fffffff0;
    border-radius: 10px;
}

.loginpage {
    width: 85%;
    top: 60%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -60%);
    padding: 1rem 2rem;
    background: #fffffff0;
    border-radius: 10px;
}

.logo-text {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 2.4rem;
}

.loginuser {
    margin: 1.5rem 0rem;
}

.loginPassword {
    position: relative;
}

.loginuser label {
    font-weight: 500;
}

.loginuser .form-select {
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    margin-top: 0.6rem;
    /* background: #ccc0; */
    border: none;
    background-color: #ffffff8f;
}

.loginuser .form-control {
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
    margin-top: 0.3rem;
    /* background: #ccc0; */
    border: none;
    border-bottom: 1px solid #050f6c4d;
    border-radius: 0px;
    background-color: #ffffff00;
}

.loginuser span i {
    float: right;
    margin-top: -2px;
    color: #050f6c;
    font-size: 18px;
}

.loginPassword span {
    position: absolute;
    z-index: 999;
    right: 0;
}

.loginuser span {
    margin-top: -34px;
    position: fixed;
    right: 28px;
    color: #050f6c;
    font-size: 18px;
    background-color: #f5f5fb;
    padding: 9px 6px 4px 10px;
}

.captcha-box .number {
    width: 35%;
    display: inline-block;
}

.refreshbtn {
    width: 15%;
    text-align: center;
    font-size: 20px;
}

.captcha-box .logincaptch {
    width: 46%;
    display: inline-block;
    margin: 0rem 0rem;
}

.logincaptch .form-control {
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
    margin-top: 0.6rem;
    /* background: #ccc0; */
    border: none;
    border-bottom: 1px solid #050f6c4d;
    border-radius: 0px;
    background-color: #ffffff00;
}

.inputBx-login {
    background: #050f6c;
    text-align: center;
    border-radius: 10px;
    margin-top: 2rem;
}

.inputBx-login .login-btn {
    color: #fff;
    font-size: 1.2rem;
}


/*-- login box design --*/
.logintabGallery {
    padding: 0.5rem 2rem;
}

.megalift_infoDetails {
    border-radius: 20px;
    padding: 1rem;
    margin: 1rem 0rem 0.5rem 0rem;
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 10%);
    position: relative;
}

.megalift_blueloginInfo {
    background: linear-gradient(65deg, rgba(76, 52, 196, 1) 35%, rgba(100, 34, 171, 1) 100%);
    height: 64vh;
}

.megalift_greenloginInfo {
    background: linear-gradient(65deg, rgba(121, 204, 142, 1) 35%, rgba(54, 136, 75, 1) 100%);
}

.megalift_redloginInfo {
    background: linear-gradient(65deg, rgba(99, 202, 241, 1) 35%, rgba(15, 136, 182, 1) 100%);
}

.megalift_infoDetails img {
    width: 60%;
    margin: 0.5em auto;
    display: block;
}

.agreementProcess img {
    width: 80%;
    height: 50vh;
    margin: 1rem auto;
    display: block;
}

.megalift_infoDetails h2 {
    color: #e76060;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -35%);
    border: 1px solid #c7c7c7;
    background: #fff;
    border-radius: 20px;
    padding: 4px 20px;
    /* word-break: keep-all; */
    white-space: nowrap;
}

.video-tag {
    height: 155px;
    width: 100%;
    display: block;
    margin: 1em auto 3em;
    border-radius: 1rem;
    object-fit: fill;
}


/*-- menu code css --*/

.menu {
    position: absolute;
    margin: auto;
    top: 0;
    left: -10px;
    width: 40px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    font-size: 22px;
    z-index: 1;
}

.menu-item {
    box-shadow: none;
}

.menu-item:hover {
    color: #00796b;
}

.menu-item,
.menu-open-button {
    position: absolute;
    /*  border-radius: 50%;*/
    width: 60px;
    height: 60px;
    color: #33303060;
    text-align: center;
    line-height: 60px;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open-button {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.menu-open {
    display: none;
}

.menu-open-button {
    z-index: 2;
    cursor: pointer;
}


.menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    -webkit-transform: translate3d(0px, -60px, 0);
    transform: translate3d(0px, -60px, 0);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 280ms;
    -webkit-transition-duration: 280ms;
    -webkit-transform: translate3d(0px, -120px, 0);
    transform: translate3d(0px, -120px, 0);
    /*-webkit-transform: translate3d(60px, 50px, 0);
   transform: translate3d(60px, 50px, 0);*/
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 380ms;
    -webkit-transition-duration: 380ms;
    -webkit-transform: translate3d(0px, -179px, 0);
    transform: translate3d(0px, -179px, 0);
    /*-webkit-transform: translate3d(-60px, 50px, 0);
   transform: translate3d(-60px, 50px, 0);*/
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 380ms;
    -webkit-transition-duration: 380ms;
    -webkit-transform: translate3d(0px, -238px, 0);
    transform: translate3d(0px, -238px, 0);
    /*-webkit-transform: translate3d(-60px, 50px, 0);
   transform: translate3d(-60px, 50px, 0);*/
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}


/* menu-points */
.points {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5px;
    margin-top: -2.5px;
}

.menuDott-1 {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.menuDott-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menuDott-3 {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

/*i {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}*/

/*.galleryImages{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 80vh;
}
.scheme_mangment .galleryContent h4{
    font-size: 1rem;
    color: #e42d2d;
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
}
.galleryContent p{
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0rem;
}
.scheme_mangment h4 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}*/
.owl-nav>div {
    margin-top: -20px;
    position: absolute;
    top: 45%;
    color: #d8d8d8;
    padding: 0px;
    width: 46px;
    display: initial;
    height: 46px;
    border-radius: 50px;
    background: #060606a8;
}

.owl-nav .owl-prev {
    left: 0px;
}

.owl-nav .owl-next {
    right: 0px;
}

.owl-nav>div.disabled {
    color: #ffffff00;
    background: #63636300;
}

.owl-nav i {
    font-size: 20px;
    margin: 13px 18px;
}

.scheme_mangment h4 {
    text-align: center;
    margin-bottom: 0.3rem;
}

.scheme_mangment p {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    font-weight: 300;
    color: #000;
}

/* @media only screen and (max-width: 498px) and (min-width: 300px) {
    .loginpage1 {
        width: 100%;
    }

    .login_background {
        display: none;
    }

    .login_form {
        width: 100%;
    }

    .loginWave_bg {
        width: 1080px;
        overflow: hidden;
        position: fixed;
    }

} */


.toast-body {
    padding: 0.75rem;
    color: #fff;
}

#error {
    background: #f45e57c7;
}

#succes {
    background: #4bb543c2;
}

.toast .d-flex {
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;

}

/* =======================================================================================
Name: Chandan Kumar Panigrahi
Date: 20-06-2023
Details: The below code to make the login page responsive
========================================================================================== */
@media only screen and (max-width: 1100px) {
    .login_form {
        display: none;
    }
    .login_background {
        width: 100%;
    }
    .loginWave_bg {
        /* background-size: cover; */
        width: 1080px;
        overflow: hidden;
        position: fixed;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 890px) {
    .loginpage1,
    .loginpage {
        width: 50%;
    }
}
@media only screen and (max-width: 890px) and (min-width: 789px) {
    .loginpage1,
    .loginpage {
        width: 60%;
    }
}
@media only screen and (max-width: 789px) and (min-width: 650px) {
    .loginpage1,
    .loginpage {
        width: 75%;
    }
}
@media only screen and (max-width: 360px) {
    .loginpage1,
    .loginpage {
        width: 90%;
    }
}