/* Loaded after the main stylesheet. Keep auth branding out of the form card. */
body.ddh-route-login .cb-main .card.cb-card::before,
body.ddh-route-register .cb-main .card.cb-card::before{
  content:none !important;
  display:none !important;
  position:static !important;
  inset:auto !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  background:none !important;
  filter:none !important;
}
