body.auth-page {
  font-family: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.auth-lang-switcher {
  z-index: 1030;
  top: 0;
  right: 0;
  left: auto;
}

[dir='rtl'] .auth-lang-switcher {
  right: 0;
  left: auto;
}

.authentication-wrapper.authentication-basic .authentication-inner::before,
.authentication-wrapper.authentication-basic .authentication-inner::after {
  background: var(--isnaad-auth-accent, #c02526) !important;
}

