/*CODESOWNER*/
@font-face {
  font-family: Vazirmatn;
  src: url("../css/fonts/webfonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Vazirmatn" !important;
}
body {
  background-color: #004f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  direction: rtl;
}
.container {
  background-color: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px 0px rgb(252 252 252);
  text-align: center;
}
input {
  padding: 10px;
  margin: 10px 0;
  width: 312px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button:hover {
  background-color: #0056b3;
}
#message {
  margin-top: 20px;
  color: #333;
}
.error {
  color: red;
}
.success {
  color: green;
}
img {
  width: 150px;
  height: auto;
}
h2 {
  font-size: 16px;
}
input {
  text-align: center;
}
.info {
  margin-top: 10px;
  color: #555;
  font-size: 15px;
  font-weight: 800;
}
/*CODESOWNER*/
