*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
}


/* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   */
/* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   *//* NEW   LOGIN    CSS   */



.container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    /* background-color: rgb(255, 255, 255); */
  }


  .left-back , .right-back{
    width: 50%;
    height: 100%;
  }

  .left-back {
    /* background-color: #6383FA; */
    background-color: #6384fa;
     z-index: 1;
    position: absolute;
    top: 0;
    right: 0; 
  }

  .right-back {
    
    z-index: 1;
    overflow: hidden;
  }

  #rightback {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top:0
  }

 


  .card {
    display: flex;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80vh;
  
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6px );
    -webkit-backdrop-filter: blur( 6px );
    border-radius: 10px;
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
    border-radius: 20px;
    z-index: 3;
  }

  .left-card {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: aqua; */
  /* background: url(./Design\ for\ website.jpg);
    overflow: hidden;     */
  }

  .left-card img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    background-size: cover;
  }


  .textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .textbox h2{
    width: 60%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 700; /* Bold */
    font-size: 5rem;
    /* text-transform: capitalize; */
    text-align: center;
    color: white;
  line-height: 1;
  letter-spacing: 2px;
  }

  .textbox p{
    color: white;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .right-card{
    width: 50%;
    height: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    /* justify-content: center; */
    row-gap: 6px;
    flex-direction: column;
    position: relative;
    border-radius: 0 20px 20px 0;
    background-color: rgba(255, 255, 255, 0.452);
  }

  .SchoolLogo {
  margin-top: 2.5rem;
    width: 6rem;
    height: 6rem;
    padding: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .SchoolLogo img{
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .right-card form {
    /* margin-top: 1rem; */
    width: 100%;
    padding: 10px;
   
    background-color: none;
  }


  .inputgroup{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


.input {
/* max-width: 190px; */
width: 70%;
margin: 0 auto;
height: 44px;
background-color: #ffffffd5;
border-radius: .5rem;
padding: 0 1rem;
border: 1px solid grey;
font-size: 1rem;
transition: border-color .3s cubic-bezier(.25,.01,.25,1) 0s, color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s;
}

.label {
display: block;
width: 70%;
margin: 0 auto;
margin-bottom: .3rem;
padding: 3px 10px;
font-size: .9rem;
font-weight: bold;
color: #05060f99;
transition: color .3s cubic-bezier(.25,.01,.25,1) 0s;
}

.input:hover, .input:focus, .input-group:hover .input {
outline: none;
border-color: #05060f;
}

.input-group:hover .label, .input:focus {
color: #05060fc2;
}





.cbx {
position: relative;
top: 1px;
width: 16px;
height: 16px;
border: 1px solid #c8ccd4;
border-radius: 3px;

transition: background 0.1s ease;
cursor: pointer;
display: block;
}

.cbx:after {
content: '';
position: absolute;
top: 0.5px;
left: 4px;
width: 2.5px;
height: 8px;
opacity: 0;
transform: rotate(45deg) scale(0);
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transition: all 0.3s ease;
transition-delay: 0.15s;
}

.lbl {
margin-left: 5px;
vertical-align: middle;
cursor: pointer;
}

#cbx:checked ~ .cbx {
border-color: transparent;
background: #6871f1;
animation: jelly 0.6s ease;
}

#cbx:checked ~ .cbx:after {
opacity: 1;
transform: rotate(45deg) scale(1);
}

.cntr {
position: relative;
width: 70%;
margin: 0 auto;
padding-left: 6px;
display: flex;
align-items: center;
justify-content: start;
column-gap: 8px;
}

.cntr span{
font-size: 13px;
}


button {

display: flex;
align-items: center;
justify-content: center;
height: 40px;
position: relative;
margin:15px  auto 10px auto ;
width: 70%;
padding: 0 15px;
font-size: 18px;
text-transform: uppercase;
border: 0;
box-shadow: hsl(210deg 87% 36%) 0px 7px 0px 0px;
background-color: hsl(210deg 100% 44%);
border-radius: 12px;
overflow: hidden;
transition: 31ms cubic-bezier(.5, .7, .4, 1);
cursor:pointer;
}

button:before {
content: attr(alt);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
inset: 0;
font-size: 15px;
font-weight: bold;
color: white;
letter-spacing: 4px;
opacity: 1;
}

button:active {
box-shadow: none;
transform: translateY(7px);
transition: 35ms cubic-bezier(.5, .7, .4, 1);
}

button:hover:before {
transition: all .0s;
transform: translateY(100%);
opacity: 0;
}

button i {
color: white;
font-size: 15px;
font-weight: bold;
letter-spacing: 4px;
font-style: normal;
transition: all 2s ease;
transform: translateY(-20px);
opacity: 0;
}

button:hover i {
transition: all .2s ease;
transform: translateY(0px);
opacity: 1;
}

button:hover i:nth-child(1) {
transition-delay: 0.045s;
}

button:hover i:nth-child(2) {
transition-delay: calc(0.045s * 3);
}

button:hover i:nth-child(3) {
transition-delay: calc(0.045s * 4);
}

button:hover i:nth-child(4) {
transition-delay: calc(0.045s * 5);
}

button:hover i:nth-child(6) {
transition-delay: calc(0.045s * 6);
}

button:hover i:nth-child(7) {
transition-delay: calc(0.045s * 7);
}

button:hover i:nth-child(8) {
transition-delay: calc(0.045s * 8);
}

button:hover i:nth-child(9) {
transition-delay: calc(0.045s * 9);
}

button:hover i:nth-child(10) {
transition-delay: calc(0.045s * 10);
}



@keyframes jelly {
from {
 transform: scale(1, 1);
}

30% {
 transform: scale(1.25, 0.75);
}

40% {
 transform: scale(0.75, 1.25);
}

50% {
 transform: scale(1.15, 0.85);
}

65% {
 transform: scale(0.95, 1.05);
}

75% {
 transform: scale(1.05, 0.95);
}

to {
 transform: scale(1, 1);
}
}

.hidden-xs-up {
display: none!important;
}


.pbtm{
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 100%;
  
    margin-top: 40px;
    font-weight: 450;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}


.pbtm a img{
    width: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.pbtm a{
    padding: 0 6px;
    text-decoration: none;
    color: #6383FA;
    font-size: 13px;
}

.logntext{
margin: 10px 0 5% 0;
font-weight: 500;
/* text-decoration: underline; */
font-size: 20px;
text-align: center;
letter-spacing: 1px;
width: 100%;
}





@media (min-width:1500px) {
.card{
    width:65%
}
}
    


  @media (max-width:1440px) {
    
  .textbox h3{
    width: 70%;
    text-align: center;
}


.textbox p{
    width:65%
}

  }


  @media (max-width:1160px) {
    
    .textbox h3{
      width: 80%;
      text-align: center;
  }

    .card{
           width: 85%; 

    }

    }

    @media (max-width:960px) {

        .card{
            flex-direction: column;

        }

        .left-card{
           display: none;
            }

            .right-card {
                width: 100%;
               
                border-radius: 20px;
            }
        }



    @media (max-height:680px) {
    
        .logntext {
            margin: 8px 0 2% 0;
            font-weight: 500;
            /* text-decoration: underline; */
            font-size: 16px;
            text-align: center;
            letter-spacing: 0.7px;
            width: 100%;
        }


        .pbtm {
            position: absolute;
            bottom: 1%;
            left: 0;
            width: 100%;
            margin-top: 10px;
            font-weight: 450;
            display: flex;
            font-size: 11px;
            justify-content: center;
            align-items: center;
        }

        .label {
            margin: 0 auto;
        }
    
        .SchoolLogo {
            margin-top: 1rem;
        }

        }




















/* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END */
/* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END *//* LOGIN NEW CSS END */




/* 
.section{
   
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 5;
    top: 0;
    
    background: url(../images/ACADEMICS\ \(1\).png);
    background-repeat: no-repeat;

    
}

 */
/* 
.row{
    width:70%;
    min-height: 70vh; 
    padding: 30px;
  
    position: relative;
    z-index: 5;
    background: linear-gradient(to right,rgba(195, 228, 243, 0.747),rgba(255, 254, 254, 0.781),rgba(255, 255, 255, 0.527));
   border-radius: 30px;
   box-shadow:  20px 20px 60px #b2bcc0,
             -20px -20px 60px #ffffff;
}


.formcol{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column ;
   
}


.login{
    margin: 0;
    
    width: 80%;
    height: 70%;
    padding :20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.753) ;
    /* box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
     
}


.form{
    width: 90%;
    display:flex;
    justify-content:center;
    flex-direction:column;
}

.group {
    position: relative;
   }
   
   .input {
    font-size: 14px;
    padding: 6px ;
    display: block;
    width: 80%;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
   }
   
   .input:focus {
    outline: none;
   }
   
   .label {
    color: #999;
    font-size: 15px;
    font-weight: normal;
   
    position: absolute;
    pointer-events: none;
    left: 1%;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
   }
   
   .input:focus ~ .label, .input:valid ~ .label {
    top: -20px;
    font-size: 14px;
    color: #01040f;
   }
   
   
   .input:focus , .input:focus {
    width: 80%;
   }
   
   .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
   }
   
   .input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
   }
   
   @keyframes inputHighlighter {
    from {
     background: #ebefff;
    }
   
    to {
     width: 0;
     background: transparent;
    }
   }

  

   .form-check-label{
    font-size: 12px;
   }

   
.btn-green{
  border: none;

 min-width: 7rem;
  height: 2.2em;
 color: white;
  border-radius: 25px;
background: #33a705;
cursor: pointer;
  position: relative; 
  transition: all 0.3s ease; 
 
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3), 0 3px 3px rgba(0, 0, 0, 0.2);

}

  
  
.btn-green:hover{
  background-color: white;
  color: #33a705;
  border: 1px solid #33a705;
  font-weight: 400;
}

  



  .Brand{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid black;
    row-gap: 40px;
  }

  .Brand img {
    width: 160px;
 
    border: 1px solid black;
    border-radius: 50%;

  }


  .Brand h2{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
  }

 */














  
#hero-shape{
    position: absolute;
    width: 35vw;
    height: 25vw;
    margin-top: 2vw;
    right: 5px;
    top: 5vh;
   }

 #hero-shape2{
    position: absolute;
    width: 10vw;
    height: 10vw;
    margin-right: 3vw;
    margin-top:20vw;
    right: 5px;
    top: 10vh;
 }  

 #hero-shape3{
    position: absolute;
    width: 15vw;
    height: 15vh;
    margin-right: 10vw;
    margin-top:25vw;
    right: 5px;
    top: 25vh;
 }  

/*#hero1{
    width: 100%;
    height: 100%;
    background-color: #169eec;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    filter: blur(20px);
    position: absolute;
}*/

#hero2{
    width: 10vw;
    height: 10vw;
    background:linear-gradient(#f7ca4f,#f1bd12bb);
    border-radius: 50%;
    filter: blur(30px);
    position: absolute;
    animation-name: anim2;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
#hero3{
    width: 10vw;
    height: 10vw;
    background:linear-gradient(#1493fc,#4263f1);
    border-radius: 50%;
    filter: blur(20px);
    position: absolute;
    animation-name: anim1;
    animation-duration: 8s;
    animation-timing-function: cubic-bezier(0.075, 0.082, 0.165, 1);
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

#hero4{
    width: 10vw;
    height: 10vw;
    background:linear-gradient(#98f35b,#48f7a0);
    border-radius: 50%;
    filter: blur(30px);
    position: absolute;
    animation-name: anim2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes anim1{
    from{
        transform: translate(55% ,-3%);
    }

    to{
        transform: translate(0% ,10%);
    }
}


@keyframes anim2{
    from{
        transform: translate(5% ,-5%);
    }

    to{
        transform: translate(-20% ,20%);
    }
}
  


