@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSans-Light.eot");
  src: url("../fonts/IRANSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IRANSans-Light.woff2") format("woff2"),
    url("../fonts/IRANSans-Light.woff") format("woff"),
    url("../fonts/IRANSans-Light.svg#IRANSans-Light") format("svg");
}

*:not(img) {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
}

body {
  font-family: IRANSans;
  direction: rtl;
}

.admin{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginBox{
  width: 350px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  text-align: center;
}
.loginBox img{
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.loginBox p{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.loginBox input[type="text"],
.loginBox input[type="password"]{
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 45px;
}

.loginBox input[type="submit"]{
  width: 100%;
  height: 45px;
  font-family: IRANSans;
  background: #fb512e;
  border: none;
  border-radius: 5px;
  color: #fff;
}