body {
  background-color: rgb(20, 20, 20);
  color: white;
}

.pass-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  max-width: 500px;
  font-size: 1.25em;
  font-family: Poppins;
  min-height: 500px;
}

h1, p {
  margin: 0;
  margin-block: 0.25em;
}

h1 {
  text-align: center;
}

p {
  font-size: 0.75em;
}

form {
  display: flex;
  flex-direction: column;
  width: 75%;
  margin: auto;
  margin-top: 2em;
}
form label {
  font-size: 0.75em;
  padding-inline: 0.75em;
  margin-block: 0.25em;
}
form input[type=password] {
  padding-inline: 1em;
}

form input,
form button,
a.action {
  padding: 0 1em;
  line-height: 3em;
  border-radius: 0.5em;
  border: none;
  outline: none;
  font-family: inherit;
}

form button,
a.action {
  padding: 0 1em;
  line-height: 3em;
  width: 100%;
  margin: auto;
  margin-top: 2em;
  background-color: rgb(63, 9, 16);
  color: white;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

p {
  text-align: center;
}

/*# sourceMappingURL=password-reset.css.map */
