﻿@font-face {
    font-family: 'iransansM';
    src: url('../../fonts/IRANSansMedium.woff');
    src: local('☺'), url('../../fonts/IRANSansMedium.woff') format('woff');
}

@font-face {
    font-family: 'iransansL';
    src: url('../../fonts/IRANSansWeb.woff');
    src: local('☺'), url('../../fonts/IRANSansWeb.woff') format('woff');
}
*:not(i,.menu-arrow) {
    font-family: iransansL !important;
}
body {
    background-color: #d7c3c163;
    /* #d0c0c23b*/
    /* #d0c0c23b*/
    /* #2d2d41*/
    min-height: 100vh;
/*    line-height: 6.5;*/
    overflow-y: hidden;
}

.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;
    /* position: absolute;

   */ /* position: absolute;*/
    width: 138%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}
.login-card .card-body {
    padding: 85px 60px 60px;
    backdrop-filter: brightness(0.2);
}
    @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: 326px;*/ }
  .login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 1px;
    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: #7987b6;
    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 #2b3452;
        background-color: #2b3452;
        color: white;
    }
  .login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px; }
  .login-card-footer-text {
    font-size: 16px;
    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 */


@media (min-width: 1200px) {
    .container {
        max-width:1205px;
    }
}

.toastify {
    background: #BD362F !important;
    opacity:0.9 !important;
    /*  width:350px !important;*/
    border-radius:5px !important;
    font-size: 14px !important
}
/*#toast-container {
    padding: 12px 20px !important;
    background: rgb(211, 47, 47) !important;*/
   /* transform: translate(0px, 0px);*/
    /*bottom: 15px;*/
    /* bottom: 0 !important;*/
    /*border-radius: 10px !important;
    font-size: 14px !important;
    opacity: 1;
}
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 200px
    }*/