.sign-up {
  padding: 20px;
}
.sign-up .sign-input {
  padding: 20px;
  background-color: rgba(237, 237, 237, 0.9058823529);
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1.5;
}
.sign-up .sign-input .section-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sign-up .sign-input .sign-detail {
  margin-bottom: 10px;
}
.sign-up .sign-input .sign-detail button {
  background-color: #97c25d;
  color: white;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  transition: all 0.4s;
  width: 100%;
  cursor: pointer;
}
.sign-up .sign-input .sign-detail input {
  margin: 5px 0px;
  padding: 10px 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid lightgrey;
}
.sign-up .have-an-account a {
  color: #4f6f04;
}/*# sourceMappingURL=signup.css.map */