html {
  direction: rtl;
}

body {
  direction: rtl;
  text-align: right;
  background-color: blue;
}

.navbar-nav {
  flex-direction: row-reverse;
}

.dropdown-menu {
  text-align: right;
}
.auth-card .form-label {
  text-align: right;
}
.signup-page .input-group-text {
  height: 48px;
  background: #f8f9fa;
  border-inline-end: 1px solid #ccc;
}
