@font-face {
    font-family: iransans;
    src: url('../fonts/IRANSansWeb(FaNum).ttf');
}

body {
  font-family: iransans;
  background-color: #fff;
  min-height: 100vh; }

a{
  color: rgb(189, 0, 53);
}
.brand-wrapper {
  margin-bottom: 19px; }
  .brand-wrapper .logo {
    height: 37px; }

.login-card {
  border: 0;
  border-radius: 27.5px;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden; }
  .login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

       .brand-wrapper {
        padding: 0px 60px 14px;
    }

    .brand-wrapper img {
      width: 50%;
      background-color: rgb(189, 0, 53);
      padding: 8px;
      border-radius: 8px;
    }




       .login-card .card-body {
        /* padding: 87px 60px 60px; */
        width: 75%;
        margin: auto;
    }
    @media (max-width: 422px) {
      .login-card .card-body {
        padding: 35px 24px;
    }
    }
  .login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px; }
  .login-card form {
    max-width: 100%;
    direction: rtl;
}
  .login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal; }
    .login-card .form-control::-webkit-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::-moz-placeholder {
      color: #919aa3; }
    .login-card .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::-ms-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::placeholder {
      color: #919aa3; }
  .login-card .login-btn {
    padding: 13px 20px 12px;
    background-color:rgb(189, 0, 53);
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px; }
    .login-card .login-btn:hover {
      border: 1px solid #0069bd;
      background-color: transparent;
      color: #000; }
  .login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px; }
  .login-card-footer-text {
    font-size: 14px;
    color: #0d2366;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .login-card-footer-text {
        margin-bottom: 24px; } }
  .login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3; }

.footer-link {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: 100%; }

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


.onboarding {
    flex: 1;
    background: var(--slider-bg);
    display: none;
    width: 50%;
  }

  .onboarding .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .onboarding .swiper-slide {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: var(--text);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .onboarding .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
  }


  .onboarding .swiper-slide {
    flex-direction: column;
    display: flex;
  }

  .onboarding .swiper-slide .slide-image img {
	width: 100%;
	height: 585px;
}

.onboarding .slide-content {
	width: 100%;
	position: absolute;
	color: white;
	background-color: #2d2d2d78;
	padding: 6px;
	text-align: justify;
	direction: rtl;
	border-radius: 0;
	bottom: 0;
}
.onboarding .slide-content-header {
	width: 100%;
	position: absolute;
	color: white;
	background-color: #2d2d2d78;
	padding: 6px;
	text-align: center;
	direction: rtl;
	border-radius: 0;
	top: 0;
}

.onboarding .slide-content-header h2 {
	margin: 0;
	font-size: 13px !important;
	font-weight: normal !important;
}

.onboarding .slide-content p {
	margin: 0;
	font-size: 13px !important;
	font-weight: normal !important;
}

.onboarding .slide-content h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
}


  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }


  @media screen and (min-width: 768px) {
    .onboarding {
      display: flex;
    }
  }

  @media screen and (width: 768px) {
    .onboarding {
      order: 0;
    }
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
}


.direction-rtl{
    direction: rtl;
}
