@font-face {
  font-family: "Roboto Flex";
  src: url("../fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

form {
  display: flex;
  flex-direction: column;
  background: #fcfcfc;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #101010;
}
form h2 {
  margin-bottom: 1em;
  font-size: 1.1rem;
}
form div {
  margin-bottom: 1em;
}
form label {
  display: block;
  margin-bottom: 0.5em;
}
form input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #242424;
  border-radius: 4px;
}
form button {
  width: 100%;
  padding: 0.75em;
  border: none;
  background-color: #2372cc;
  color: #fcfcfc;
  border-radius: 4px;
  cursor: pointer;
}
form .forgot-link {
  margin-top: 1rem;
  font-size: 0.85rem;
}/*# sourceMappingURL=login.css.map */