@media only screen and (max-width:767px){
  .login-wrapper{
    flex-direction:column!important;
    height:auto!important;
    min-height:100vh!important;
    overflow-y:auto!important;
  }
  .login-wrapper .login-bg{
    width:100%!important;
    min-height:300px!important;
    max-height:300px!important;
  }
  .login-wrapper .login-bg img{
    width:100%!important;
    height:300px!important;
    object-fit:cover!important;
  }
  .authincation-content{
    width:90%!important;
    margin:20px auto!important;
    padding:20px!important;
  }
  .authincation{
    min-height:100vh!important;
    height:auto!important;
  }
}
