
@font-face{
    font-family:ahmad ;
    src: url('./font/Iranian\ Sans.ttf');
    
    
}

body{
    font-family:ahmad ;
    text-align: center;
}

.label{
  text-align: center;
  color: rgb(240, 235, 245);
}

/* کلاس دلخواه برای input */
.my-input {
  width: 90%;              /* عرض پیش‌فرض برای موبایل */
  max-width: 400px;        /* حداکثر عرض روی دسکتاپ */
  margin: 10px auto;       /* مرکز چین شدن */
  border-radius: 10px;     /* گرد کردن گوشه‌ها */
  padding: 8px 12px;       /* فضای داخلی */
  text-align: center;      /* متن وسط چین */
  font-size: 18px;
  box-sizing: border-box;  /* محاسبه padding داخل width */
}

.my-input:focus {
  border-color: #FF5722;
  box-shadow: 0 0 5px #FF5722;
  outline: none;
}

/* استایل پس‌زمینه کل صفحه */
body {
  background-image: url(../image/100.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* تغییر اندازه input ها روی دسکتاپ */
@media (min-width: 768px) {
  .my-input {
    width: 300px;  /* دسکتاپ */
  }
}

@media (min-width: 1200px) {
  .my-input {
    width: 350px;  /* بزرگ‌تر روی مانیتور */
  }
}



.cbutton{
    width: 80px;
    text-align: center;
    color: rgb(253, 251, 251);
    background-color: rgb(78, 3, 3);
    padding: 5px;
    border-radius: 3px;
    font-family: ali;

}
.div_login{
    color: rgb(17, 3, 3);
    text-align: center;

}
form {
  max-width: 400px;
  margin: 0 auto;
  text-align: right;
}


.container{

  border: 3px solid rgb(250, 7, 7);
  max-width:700px;
  width: 500px;
  border-radius: 2rem;
  height: 500px;
  box-shadow: 5px 5px 15px ;
  background: transparent;
  backdrop-filter: blur(5px);
  color: rgb(227, 225, 231);

}

/* .table1 {
   margin-left: 1.5rem;
   margin-right: 1.5rem; 
} */

.div_table{
   padding: 1.5rem;
}


.div_apply{
  background-color: white;

}
.form-label {
  color: black;
}

