

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
    background: #eee;
    overflow-y: hidden;
}





.login_bg_full {
    background: #fff;
    border-radius: 25px;
    margin: 5px 10px; padding:10px;
}

.container_login {
    display: flex;
    background-color: #fff;
    border-radius: 25px;
  /*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
}

.leftsection {
    width: 50%;
    padding: 10px 10px;
    /*  display: inline-flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.rightsection {
    width: 50%;
    padding: 0px 1px;
    /*  display: inline-flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



    .rightsection img {
        border-radius: 0px 25px 25px 0px;
        width: 100%;
        height: auto;
    }


/*.rightsection {
    background: linear-gradient(217.64deg, #9181F4 -5.84%, #12375A 106.73%);
    color: #333;
    height: 100vh;
}*/



.center-box {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 70px;
    align-items: center;
    margin: 0 auto;
    height: 100%; /* Adjust based on the height of the carousel */
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: center; /* Centers the button horizontally */
    align-items: center; /* Centers the button vertically if container has height */
    /* Optional: Makes the container take up full viewport height */
}

.adminloginschooldex_headtext_title_sub {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 20px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}

.lh_login_details {
    position: static !important; /* Use sparingly */
    width: 75% !important;
    max-width: none !important;
    left: 0 !important;
    margin: 50px auto;
    top: 0 !important;
}

.inputcontainer {
    position: relative;
    width: 100%;
}

    .inputcontainer img {
        position: absolute;
        top: 58%;
        left: 10px;
        transform: translateY(-50%);
        width: 20px; /* Adjust the size of the icon */
        height: 22px;
        pointer-events: none; /* Ensure the image doesn't block input interaction */
    }

    .inputcontainer input {
        width: 100%;
        padding: 20px 10px 10px 40px; /* Add padding to make room for the image */
        background: #E7F2FF;
        border-radius: 15px;
        border: 0px !important;
        font-family: "Roboto", serif;
        letter-spacing: 0.75px;
        font-size: 16px;
        margin: 9px 0px;
    }

    .inputcontainer  i {
        position: absolute;
        top: 58%;
        left: 10px;
        transform: translateY(-50%);
        width: 20px; /* Adjust the size of the icon */
        height: 22px;
        pointer-events: none; /* Ensure the image doesn't block input interaction */
    }

        .inputcontainer input:focus {
            outline: none !important;
        }


.loginheader {
    color: #000;
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}


.login_subtext {
    font-family: "Roboto", serif;
    letter-spacing: 0.75px;
    font-weight: 600;
    color: #525252;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
}

.checkboxremember {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0,0,0,0.5) !important;
}


a.fwdpwdtext {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 400;
    font-size: 12px !important;
    color: rgba(0,0,0,0.5) !important;
    text-decoration: underline;
    text-align: center;
}

.loginbtn_section {
    /* Rectangle 8 */


    background: linear-gradient(99.78deg, #366496 -5.85%, #040E1B 109.55%);
    box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.16);
    border-radius: 14px;
    width: 100px;
    height: 45px;
    border: none !important;
    color: #fff;
    font-family: "Roboto", serif;
    letter-spacing: 0.75px;
    font-weight: 400;
    padding: 10px 30px;
    font-size: 14px;
    text-align: center;
    margin: 30px 0px 8px 0px;
}

.logincancelbtn_section {
    border: rgba(33,37,41,0.6) 1px solid;
    padding: 5px;
    font-size: 14px;
    border-radius: 14px;
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 400;
    text-align: center;
    width: 100px;
    height: 45px;
    margin: 30px 10px 8px 20px;
    color: rgba(62,67,151,1) !important;
    background: rgba(255,255,255,1);
    font-style: normal; /* Add this style Note down this line no 07_Jun_2024*/
}

.centered-divider {
    text-align: center;
    display: flex;
    align-items: center;
}

    .centered-divider div {
        flex: 1;
        border-bottom: 1px solid #E1E7EF;
    }

    .centered-divider span {
        margin: 0 0px;
    }


.registertext {
    font-family: "Roboto", serif;
    letter-spacing: 0.75px;
    color: #525252;
    font-size: 14px;
    font-weight: 400;
}


.registertextbold {
    font-family: "Roboto", serif;
    letter-spacing: 0.75px;
    color: #005BBD; text-decoration:underline;
    font-weight: 600;
    font-size: 14px;
}
.parent_register {
    width: 100%;
    padding: 10px 10px 10px 40px; /* Add padding to make room for the image */
    background: #C3D0FF;
    text-align: center;
    border-radius: 15px;
    border: #3A4C8B 1px solid !important;
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    margin: 10px 0px;
}

a.parentregistertext {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}





.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 165px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}




    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 !important;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

.carousel-inner {
    transition: opacity 1s ease-in-out;
}

.carousel-item {
    opacity: 1;
}

    /* Make sure the active item has full opacity */
    .carousel-item.active {
        opacity: 1 !important;
    }

.fwdpwd {
    /*    background: rgba(203,54,54,0.5);
*/ font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 400;
    font-size: 1.0rem;
    text-align: center;
    padding: 3px;
    color: #fff;
    /*    border: rgba(203,54,54,1) 1px solid;
*/ border-radius: 5px;
    width: 100%;
    max-width: 150px;
}

a.fwdpwdtext {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 400;
    font-size: 1.0rem;
    text-decoration: underline;
    text-align: center;
    color: #212529;
}
/*@media screen and (min-width: 1399px) and (max-width: 2000px) {
    .logintworowheight_rh {
        height: 680px !important;
    }
}
*/

.footer_copyright {
    /*    background: rgba(203,54,54,0.5);
*/ font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    color: #212529;
    position: relative;
}




.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}


.carousel-indicators .active {
    width: 48px;
    height: 48px;
    margin: 0px 3px;
    background-color: #ffff99;
}

.card-img img {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
    padding: 10px 10px;
    display: block;
}

.carousel-indicators [data-bs-target] {
    border-radius: 20%;
    width: 5px;
    height: 5px;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}






/* medium and up screens */

/*15_Feb_2023*/

.schooldex_headtext_title_slide1 {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-top: 30px;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}

.schooldex_headtext_title_sub_slide1 {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 20px 0px;
    font-size: 23px;
    font-weight: 300;
    line-height: 33px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}


/*15_Feb_2023*/




/*14_Mar_2024_*/
/*.adminloginschooldex_headtext_title {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: right;
    width: 100%;
    padding-top: 20px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}

.adminloginschooldex_headtext_title_sub {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0px 0px;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
   
    text-shadow: 2px 1px 1px black;
}


.adminloginschooldex_headtext_title_slide2 {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}

.adminloginschooldex_headtext_title_sub_slide2 {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 20px 40px;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}

.adminloginschooldex_headtext_title_sub_slide3 {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 20px 40px;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}

.adminloginschooldex_headtext_title_slide4 {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}

.adminloginschooldex_headtext_title_slide3 {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
    text-shadow: 2px 1px 1px black;
}*/
/*14_Mar_2024*/

.box_slider_content {
    background-image: url('../Images/Slider/box1.png');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    height: 240px; /* Adjust height based on your needs */
}

.subtextgif {
    z-index: 1; /* Ensures the text appears above the background */
    color: white; /* Adjust text color */
    font-size: 24px; /* Adjust font size */
    text-align: center; /* Center the text */
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    width: 100%;
}

.subtext {
    z-index: 1; /* Ensures the text appears above the background */
    color: white; /* Adjust text color */
    font-size: 22px; /* Adjust font size */
    text-align: center; /* Center the text */
    padding: 40px 0px;
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    text-align: center;
    display: block;
}

.subtext1 {
    z-index: 1; /* Ensures the text appears above the background */
    color: #2A4277; /* Adjust text color */
    font-size: 24px; /* Adjust font size */
    text-align: center; /* Center the text */
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 600;
    width: 100%;
}
/*
.box_slider_content {
    background-image: url('../Images/Slider/box1.png');
    background-size:contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px   ;
}*/

.slidetext1 {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    padding-left: 0px;
    font-size: 20px;
}


.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Rectangle 40046 */
    /* Rectangle 40046 */
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

.imagetext {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/*
.box_slider_content {
    box-sizing: border-box;
    position: absolute;
   
    opacity: 0.6;
    border: 2px solid #C1D8F2;
}
*/

.scrollcontainer {
    padding: 0px 8px 10px 0px;
    height: 100vh; /* Adjust the height as needed */
    overflow: auto; /* Makes the container scrollable */
}

    /* Hide the scrollbar in Webkit browsers (Chrome, Safari, Edge) */
    .scrollcontainer::-webkit-scrollbar {
        display: none;
    }

video {
    width: 100vw; /* Full width of viewport */
    height: 100vh; /* Full height of viewport */
    object-fit: cover; /* Ensures the video covers the entire viewport without stretching */
}

}

/* Optional: Prevent blur or scaling in full screen */
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust to your desired height */
    overflow: hidden;
}

/* Video style to cover the container */
.videobackground {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    border-radius: 30px; padding:0px;
    height: 100vh;
    object-fit: cover; /* Ensures the video covers the container */
    transform: translate(-50%, -50%); /* Centers the video */
}

/* Content over the video */
.contentvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
/* Example content to demonstrate scrolling */


@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    /* display: flex;*/
}

@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
    transform: translateX(0);
}


/* New lOGIN pAGE*/






/*27_Jan_2025*/

.schoold_name {
    background: rgba(0,0,0,0.15);
    border-radius: 5px;
    padding: 10px 10px;
    display: inline-flex;
    margin: 1px 0px;
   
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 500; font-size:14px;
}

.input_padding{
 margin:35px 0px 0px 0px; display:block;
}

/*27_Jan_2025*/

/*28_Jan_2025*/
.schoolid_notexist {
    font-family: "Roboto", serif; letter-spacing: 0.75px;
    font-weight: 600 !important;
    font-size: 0.8rem;
    color: rgba(241,80,80,0.9) !important;
}

  /*28_jan_2025*/


  /*28_Jul_2025_Divya*/
.bottom_text_padding {
    position: relative;
    left: -20px;
    padding: 10px 0px;
}

  /*28_Jul_2025_Divya*/


  /*29_Jul_2025_Divya*/

.resetpwd_btn {
    /* Rectangle 8 */


    background: linear-gradient(99.78deg, #366496 -5.85%, #040E1B 109.55%);
    box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.16);
    border-radius: 14px;
    width: 170px;
    height: 45px;
    border: none !important;
    color: #fff;
    font-family: "Roboto", serif;
    letter-spacing: 0.75px;
    font-weight: 400;
    padding: 10px 30px;
    font-size: 14px;
    text-align: center;
    margin: 30px 0px 8px 0px;
}
  /*29_Jul_2025_Divya*/
@media screen and (min-width: 1400px) {

    .paddingheight {
        margin: 350px 0px;
    }

    .tworowheight_rh {
        height: 50vh;
    }
}

@media (max-width: 1920px) {
    .lh_login_details {
        position: absolute;
        width: 100%; /* Adjust dynamically within the parent container */
        max-width: 700px; /* Optional: Set a maximum width */
        left: 80px; /* Adjust to fit design */
        top: calc(50% - 499px / 2 + 14.5px); /* Center vertically with offset */
    }

    .inputcontainer input {
        /* Smaller font size for smaller screens */
        /* Adjust padding */
    }
}






