@import url(./../fonts.css);
body {
  margin: 0;
  font-family: "IRANSans";
  background: url(/static/images/login/header-bg.jpg) right top;
  direction: rtl;
  line-height: 150%;
  min-width: 800px; }

.header-img {
  background-image: url("../../images/intro/simap-header2.jpg");
  height: 250px;
  background-position: right top;
  width: 100%;
  margin-top: 0;
  background-size: cover; }

.content {
  height: auto;
  margin: 40px 50px;
  padding: 40px 0 20px 0;
  text-align: right;
  background-color: white; }

a.back-to-top {
  display: none;
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  background-color: rgba(61, 61, 61, 0.55);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center; }

.back-to-top i {
  font-size: 40px;
  margin-top: 4px; }

.safari footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.footer {
  height: 35px;
  width: 100%;
  border-top: 1px solid #cbcbcb;
  padding: 7px 0;
  margin: 15px auto 0; }

.footer .arsh-designedby {
  float: left;
  color: #999;
  font-size: 11px;
  margin-left: 20px;
  text-decoration: none; }

.footer .arsh-designedby span {
  float: right;
  margin-top: 7px; }

.footer .arsh-designedby img {
  margin-top: 10px;
  margin-right: 10px;
  display: inline;
  float: left; }
