html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}
.container {
  text-align: center;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 6px 15px rgba(0, 0, 0, 0.1);
}
.container .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}


/*# sourceMappingURL=login.75ee668acebc523f772c.css.map*/