#login_maindiv{
    background-color: rgb(220, 220, 220);
    width: 100%;
    height: 100%;
    border:none;
}
#login_logincard{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    width:30%;
    height:60%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}
#login_bannerimg{
    text-align: center;
    margin-top: 57px;
    margin-bottom: 57px;
}

.div-passchange{
    background-color:white;
    width:30%;
    height:60%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    left: 50%;
    top: 50%;

}

.container{
    margin-top:10px;
    display: flex;
    gap: 8px;
  }
  .small-card {
    width: 450px;
    height: 150px;
    background-color: rgba(29, 112, 246, 0.553);
    color:white;
   }
   
   .big-card {
    height: 250px;
    flex-grow: 1;
    background-color: yellow;
    min-width: 250px;
   }
   .totsdivcent{
    height: 150px;
    line-height: 100px;
    text-align: center;
 
}

  .spantot {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
   
   @media screen and (max-width: 768px) {
      .container {
        flex-wrap: wrap;
      }
      .totsdivcent{
        height: 150px;
        line-height: 30px;
        text-align: center;
   }
     .big-card {
       width: 100%;
     }  
   
     .container :nth-child(1){
       order: 1;
     }
     
     .container :nth-child(3) {
       order: 2;
     }
     
     .small-card {
       flex-grow: 1;
     }
   }

   