@media only screen and (max-width: 600px) {
    .mat-elevation-z8 {
        box-shadow: none;
    }
    .fwlink {
        text-align: left!important;
    }

.loginform2{
    width: 100%!important;
    /* padding: 240px!important; */
}
.loginform1{
    /* width: 170px!important; */
    
}
.mobileSlider{
    width: 90%!important;
    height: 15%!important;
   
   margin-left: 0%!important;
}
.mobilenone{
    display:none!important;
    
}
.footer22 {
    position:fixed;
    left: 0;
    bottom: 0;
    width: 100%;
   
    color: white;
    text-align:left;
  }

  .container21 {
    display: flex;
  }
  .container21 > div {
    flex: 1; /*grow*/
  }
.divort{
    margin-left: 12%;
}
.divort2{
    margin-right: 0;
}
  }
@media only screen and (min-width: 600px) {
    .desktopnone{
        display:none!important;
    }   

  }