@font-face {
  font-family: IRANSansWeb;
  src: url("../fonts/IRANSansWeb.ttf");
}
@font-face {
  font-family: IranNastaliq;
  src: url("../fonts/IranNastaliq.ttf");
}
@font-face {
  font-family: IRANSansWebFaNum;
  src: url("../fonts/IRANSansWebFaNum.ttf");
}


html,

body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.box{
   width: 100%;
    margin: 50px auto;
    background: #dddddd;
    border-radius: 10px;
    padding: 30px;
    text-align :center;
    font-family:IranNastaliq;
color: #0f6674;
font-size: 20px;


}

