.container {
  width: 90%;
  margin: 30px auto;
  font-family: Raleway,sans-serif;
}
h2 {
  text-align: center;
}
input, select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}
textarea {
  height: 150px;
  resize: none;
}
button {
  padding: 1.1875rem 2.125rem;
  border-radius: 2rem;
  background-color: #00bfd8;
  color: #fff;
  font: 700 0.75rem/0 Raleway,sans-serif;
  text-decoration: none;
  transition: .2s;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #00bfd8;
}
button:hover {
  background-color:#fff;color:#00bfd8;text-decoration:none;border-color: #00bfd8;
  border-width: 1px;
  border-style: solid;
}
.container {
  border-radius: 5px;
  background-color: transparent;
  padding: 20px;
}
.hidden {
  display: none;
}
.hidden-label {
  display: none;
}