.container {
  background-color: #cbc9c9;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

form {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form h2 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
form h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
form span {
  width: 170px;
  display: block;
  float: left;
}
form input::placeholder {
  font-size: 12px;
}
form .btn-container {
  display: flex;
  justify-content: space-between;
  margin: 0 80px;
}

/*# sourceMappingURL=styles.css.map */
