@font-face {
  font-family: Vazir;
  src: url(../font/vazir.eot);
  src: url(../font/vazir.eot) format("embedded-opentype"), url(../font/vazir.woff) format("woff"), url(../font/vazir.ttf) format("truetype");
  font-weight: normal;
}
body {
  top: 0;
  padding: 0;
  margin: 0;
  color: #666666;
  font-family: Vazir;
  overflow: hidden;
  background: #364F6B;
  background: -webkit-linear-gradient(bottom, #364F6B, #F9A828);
  background: -o-linear-gradient(bottom, #364F6B, #F9A828);
  background: -moz-linear-gradient(bottom, #364F6B, #F9A828);
  background: linear-gradient(bottom, #364F6B, #F9A828);
  height: 100vh;
}

@media (max-width: 768px) {
  body {
    overflow-y: auto;
  }
}
body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-image: url(../img/img-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header {
  padding: 15px 0;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
  background-color: #364F6B;
}
.header .logo {
  float: left;
}
.header .logo h1 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.header .logo h1 a, .header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
.header .logo h1 img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .header .logo h1 {
    font-size: 26px;
  }
  .header .logo img {
    max-height: 40px;
  }
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
  margin-left: 10px;
}
.nav-menu li:hover > ul {
  display: block;
}
.nav-menu ul li a:hover {
  background: #F9A828;
  color: #fcfcfc;
}
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fcfcfc;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}
.nav-menu a:hover {
  color: #F9A828;
}

.loginForm {
  background-color: white;
  border-radius: 10px;
}
.loginForm .form-group {
  width: 100%;
}
.loginForm .form-group .instead {
  font-size: 12px;
  color: #969696;
  cursor: pointer;
}
.loginForm .form-group ::placeholder {
  color: #969696;
  font-size: 12px;
}
.loginForm form a {
  width: 100%;
  text-align: center;
}
.loginForm .btn-get-started {
  font-size: 16px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  background-color: #364F6B;
  color: white;
  width: 50%;
  text-align: center;
  border: none;
}
.loginForm .btn-get-started:hover {
  background-color: #2f425e;
  color: white;
}
.loginForm h2 {
  margin: 0 0 20px 0;
  padding: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5880ad !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6693c54f !important;
}

.error {
  width: 92%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #a94442;
  color: #a94442;
  background: #f2dede;
  border-radius: 5px;
  text-align: left;
}

.success {
  color: #3c763d;
  background: #dff0d8;
  border: 1px solid #3c763d;
  margin-bottom: 20px;
}

.welcome h6 {
  text-align: right;
  font-size: small;
}
.welcome .address {
  font-weight: bold;
  font-size: 15px;
  direction: ltr;
}

button:focus {
  outline: none !important;
}

.leaveTables {
  display: none;
  margin-top: 120px;
  justify-content: center !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.leaveTables .loginForm {
  padding: 3rem 1.5rem 1.5rem !important;
}
.leaveTables .loginForm .tableTitle {
  text-align: center;
  margin-bottom: 30px;
}
.leaveTables .loginForm .table {
  direction: ltr;
  text-align: center;
}

/*# sourceMappingURL=login.css.map */
