body {
  direction: rtl;
  text-align: right;
}

body::before {
  margin-left: 48%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=auth-rtl.css.map */