.scrollbar {
  scrollbar-color: #9e8100 #eeeeee;
  scrollbar-width: thin;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/IRANSansWeb.eot');
  src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype') /* IE6-8 */, url('../fonts/IRANSansWeb.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/, url('../fonts/IRANSansWeb.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/, url('../fonts/IRANSansWeb.ttf') format('truetype');
}
html,
body,
.app {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: IRANSans;
}
body {
  direction: rtl;
  text-align: center;
  background: #f5f5f5;
  padding-top: 80px;
}
body .login-form-container {
  background: white;
  padding: 25px;
  border-radius: 12px;
  max-width: 320px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .login-form-container .login-logo {
  width: 150px;
  display: block;
}
body .login-form-container .login-title {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
body .login-form-container form {
  width: 100%;
}
body .login-form-container form input[type="text"],
body .login-form-container form input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}
body .login-form-container form label {
  width: 100%;
  text-align: right;
  display: block;
}
body .login-form-container form button {
  background-color: #007bff;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}
body .login-form-container form button:hover {
  background-color: #0056b3;
}
body .login-form-container .error {
  color: red;
  margin-bottom: 10px;
}
/*# sourceMappingURL=login.css.map */