@import url(./fonts.css);

body {
  color: #000;
  font-family: IRANSans, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size:13px;
  direction: rtl;
}
.bg {
  background-image: url("../images/login-bg.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rtl {
  direction: rtl;
  text-align: right;
}
.ltr {
  direction: ltr;
  text-align: left;
}
.text-secondary {
  color: #6c757d !important;
}