/* First Style */
@font-face {
    font-family: 'vazir';
    src: url('https://sadidbi.com/css/fonts/Vazir.eot') format('eot'), url('fonts/Vazir.ttf') format('truerype'), url('fonts/Vazir.woff') format('woff');
}
@font-face {
font-family: 'Kahroba';
src:  url('https://sadidbi.com/css/fonts/Kahroba-VF-FD-wght.ttf') format('truerype'), url('fonts/Kahroba-VF-FD-wght.woff2') format('woff');
}
body{
    background:#F1F1F1;
    direction:rtl;
    font-family:Kahroba;
}
main{
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: 100vh;
}
.card h2{
  font-size:20px;
  font-weight:bold;
  text-align:center;
  margin-bottom:50px;
}
.card{
  border-radius:unset !important;
}
.col5s{
  padding-left:unset!important;
  padding-right:unset !important;
}
/*.cardimage{*/
/*  background:url(https://10up.ir/iranmapproject/img/damavand.jpg) no-repeat;*/
/*  background-size:contain;*/
/*    background-position: center;*/

/*}*/
.card-body{
    padding:70px !important;
}

label{
  color: #BBB;
  text-align: right;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Kahroba;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 12px; /* 100% */
  letter-spacing: 0.3px; 
}
.form-control{
  background:#fcfcfc;
  border:none !important;
}
.forgot{
  color: #3E3EC3;
  text-align: right;
  font-family: Kahroba;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding-right:unset !important;
  border:none;
  letter-spacing: 0.3px; 
}
.forgot:hover{
  text-decoration:none;
}
.form-check{
  padding-right:35px !important;
}
.form-check-input{
  cursor:pointer;
  border-color:blue !important;
}
.form-check label{
  font-size:10px !important;
}
.subtn{
  font-size: 24px !important; 
  margin-top:30px;
  font-weight:bold;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 10px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
background:linear-gradient(0deg, #65BD6E -0.33%, #03924B 99.86%) !important;
  border-radius:8px !important;
  border:none;
}
.subtn:hover{
background:linear-gradient(0deg, #65BD6E -0.33%, #03924B 99.86%) !important;
}
::placeholder{
  color: #BBB !important;
text-align: right;
font-feature-settings: 'clig' off, 'liga' off;
font-family: Kahroba;
font-size: 14px !important;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */ 
}
/* 30sep , 18:00 */
.leftc{
  background:#fff;
  text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  border-radius:20px 0px 0px 20px;
}
.leftc img{
  width:80%;
  border-radius:20px;
  
}
label{
  color: #888;
    text-align: right;
    font-family: Kahroba;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 75% */
    letter-spacing: 0.3px;
}
.card{
  border:none;
  border-radius:0px 20px 20px 0px!important;
}
input{
  background:#eee !important;
  border-radius:8px !important;
}
@media (min-width: 768px) {
.navbar-brand.abs
    {
        position: absolute;
        margin-left:unset !important;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
.sadidnav {
    margin-top: 16px;
    background: rgba(255, 255, 255, 10%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}