
      
@media (max-width: 802px) 
{
  html:not([dir=rtl]) .authentication-wrapper.authentication-basic .authentication-inner:after 
  {
    display:none !important;
  }
}

@media (max-width: 802px) 
{
  html:not([dir=rtl]) .authentication-wrapper.authentication-basic .authentication-inner:before 
  {
    display:none !important;
  }
}

@media (max-width: 337px) {
  #brandImage {
    width: 3% !important;
  }
}
