@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 100;
  src: url("fonts/woff/IRANSansXFaNum-thin.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-thin.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/woff/IRANSansXFaNum-UltraLight.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/woff/IRANSansXFaNum-light.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-light.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/woff/IRANSansXFaNum-medium.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/woff/IRANSansXFaNum-demibold.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-demibold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 800;
  src: url("fonts/woff/IRANSansXFaNum-extrabold.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-extrabold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/woff/IRANSansXFaNum-black.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-black.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/woff/IRANSansXFaNum-bold.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-bold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/woff/IRANSansXFaNum-regular.woff") format("woff"),
    url("fonts/woff2/IRANSansXFaNum-regular.woff2") format("woff2");
}

.ss02 {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

.ss03 {
  -moz-font-feature-settings: "ss03";
  -webkit-font-feature-settings: "ss03";
  font-feature-settings: "ss03";
}

body {
  font-family: "IRANSansX";
  background-color: #f6f6f6;

}
.back {
  position: absolute;
  top: 20px;
  right: 30px;
}

.form {
  position: relative;
  width: 400px;
  max-height: 630px;
}

a:link {
  text-decoration: none;
}

.btn {
  /* background-color: rgb(25, 166, 216); */
  height: 50px;
}

/* .btn:hover {
  background-color: rgb(36, 150, 192);
} */

/* form label {
  font-size: 20px;
} */
.form-p {
  font-size: 12px;
}
