@font-face {
    font-family: "Shabnam";
    src: url("../fonts/Shabnam-FD.woff") format("woff");
}

@font-face {
    font-family: "Shabnam-Bold";
    src: url("../fonts/Shabnam-Bold-FD.woff") format("woff");
}
body {
    font-family: "Shabnam" !important;
}
h1, h2, h3, h4, h5, h6{
        font-family: "Shabnam-Bold" !important;
}
.btn-default {
  background-color: #000 !important;
  color: #fff;
  border-radius: 0 !important;}

.btn-default:hover{
  background-color: #821525 !important;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form .form-control {
  border-radius: 0 !important;}

.mt-2 img {
   border-radius: 90px !important;
}
.hc-sp{
  font-family: "Shabnam-Bold" !important;
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.hc-btn {
  font-family: "Shabnam" !important;
  color: #000 !important;
  padding: 8px 16px;
  background: #fff;
  border-radius: 90px;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
  margin-top: 10px;
  width: 150px;
  font-size: 12px;
  position: absolute;
  right: 50%;
    
}
.hc-btn:hover {
    color: #fff !important;
    background: #821525 !important;
    border-color:#fff;
}
  .hc-btn-mob{ display:none;}
  .mobile-logo {
  margin-top: -80px;}
  @media only screen and (max-width: 992px) {
  .mobile-logo img{
      width:50%;}
  .auth-box .auth-title {margin-bottom: 0px !important;}
  .hc-btn-mob{
      font-family: "Shabnam" !important;
      color: #000 !important;
      padding: 8px 16px;
      background: #fff;
      border-radius: 90px;
      border: 1px solid #ddd;
      text-align: center;
      display: block !important;
      margin-top: 20px;
      width: 150px;
      font-size: 12px;
      position: absolute;
      left: 12px;

  }  
}      
      
  }
    
    
    
    