@font-face {
  font-family: "IR";
  src: url("./IRANSansWeb.woff") format("woff");
}
canvas {
  width: auto;
}
* {
  list-style: none;
  font-family: "IR";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  display: flex;
  justify-content: center;
  font-family: "IR";
  align-items: center;
  color: #fff;
}
canvas {
  display: block;
  font-family: "IR";
  position: absolute;
  z-index: -5;
}
form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-family: "IR";
  padding: 30px;
  border-radius: 10px;
  gap: 28px;
}
form div {
  width: 380px;
  height: 440px;
  border-radius: 10px;
  background: #191b1f;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
  top: -25px;
}
form input {
  transform: all 0.5s ease;
  padding: 13px 10px;
  border-radius: 4px;
  outline: none;
  font-family: "IR";
  color: #ffff;
  border: none;
  font-size: 16px;
  width: 300px;
  cursor: pointer;
  background: #9c9999;
}
input:hover {
  box-shadow: rgba(253, 255, 255, 0.459) 0px 4px 8px -2px,
    rgba(255, 255, 255, 0.274) 0px 0px 0px 1px;
}
input::placeholder {
  font-weight: bold;
  opacity: 1;
  color: #ffff;
}
.logo {
  width: 80px;
}
button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 10px;
  border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: #9c9999;
  color: #fff;
  width: 150px;
}
button:hover {
  box-shadow: rgba(253, 255, 255, 0.459) 0px 4px 8px -2px,
    rgba(255, 255, 255, 0.274) 0px 0px 0px 1px;
}
button img {
  width: 30px;
  margin-right: 0.5rem;
}
