html, body {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.container {
  box-sizing: border-box;
  background-color: #70c8f1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 70%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}
/*# sourceMappingURL=password.3a01df49.css.map */
