@import url("morabba.css");
body {
  background-color: rgb(26, 26, 26);
  background-image: url(../images/bg_auth.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: morabba;
}

.text-shadow-none {
  text-shadow: none;
}
.text-shadow-sm {
  text-shadow: 0 1px 2px rgb(0, 0, 0);
}
.text-shadow-normal {
  text-shadow: 0 1px 3px rgb(0, 0, 0);
}
.text-shadow-lg {
  text-shadow: 0 1px 5px rgb(0, 0, 0);
}
.text-shadow-xl {
  text-shadow: 0 1px 8px rgb(0, 0, 0);
}

input {
  direction: ltr;
}/*# sourceMappingURL=guest.css.map */