body {
  background-color: #2A0944;
  font-family: "Roboto", sans-serif;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #FEC260;
}

form {
  width: 30rem;
  margin: 3rem auto;
  background-color: #FFF;
  padding: 1rem;
  border-radius: 10px;
}
form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form input, form textarea, form select {
  display: block;
  font: inherit;
}
form input, form textarea, form select {
  box-sizing: border-box;
  width: 100%;
  margin: 1rem 0;
  border: 1px solid #2A0944;
  padding: 0.25rem;
  color: #3B185F;
  border-radius: 5px;
}
form input:focus, form textarea:focus, form select:focus {
  background-color: #FEC260;
  color: #3B185F;
}
form textarea {
  resize: vertical;
}
form button {
  font: inherit;
  background-color: #2A0944;
  color: #FEC260;
  border: 1px solid #3B185F;
  border-radius: 0 0 10px 0;
  padding: 0.5rem 1.5rem;
}
form button:hover {
  background-color: #3B185F;
  cursor: pointer;
}

#verification h2 {
  margin-bottom: 0.5rem;
}

.selectable {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.selectable input {
  width: auto;
  margin: 0 0.5rem 0 0;
}

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