﻿@font-face {
  font-family: "iYekan_en";
  src: url("/fonts/IRANYekan/eot/IRANYekanWebRegular.eot");
  src: url("/fonts/IRANYekan/eot/IRANYekanWebRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANYekan/woff2/IRANYekanWebRegular.woff2") format("woff2"), url("/fonts/IRANYekan/woff/IRANYekanWebRegular.woff") format("woff"), url("/fonts/IRANYekan/ttf/IRANYekanWebRegular.ttf") format("truetype"), url("/fonts/IRANYekan/svg/IRANYekanWebRegular.svg#webYekan") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
html,
body {
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  text-rendering: optimizeLegibility;
  -moz-font-smoothing: antialiased;
}

body {
  font-family: "iYekan_en", sans-serif;
  font-weight: normal;
}

.ltr {
  direction: ltr;
}

.bg-lg {
  height: 100%;
}

.form-control.has-danger {
  background-color: #f3ebf0;
}

.error-list ul {
  padding-right: 0;
  list-style: none;
}
.error-list ul li {
  padding: 1.25rem !important;
  color: #912741;
  background-color: #fcd9e2;
  border: 1px solid #fbc6d3 !important;
  border-radius: 0.475rem;
}
