a {
  color: #8754e0;
  text-decoration: none;
}
a:hover:hover {
  color: #9061e2;
  text-decoration: underline;
}
a:hover:active {
  color: #7e47de;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

.page-content-wrapper {
  text-align: center;
  padding: 0 5%;
  width: 100%;
}

.page-content {
  display: inline-block;
  text-align: left;
  max-width: 1440px;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

.title {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-left: 2px;
  margin-top: 8px;
  margin-bottom: 2px;
  font-size: 14px;
}

.input {
  font-size: 16px;
  margin-top: 4px;
  border-bottom: 3px solid #dddddd;
  margin-bottom: 4px;
  text-align: left;
  background-color: inherit;
  color: #777777;
  display: inline-flex;
  width: 100%;
  transition: 0.17s;
}
.input.error {
  color: #e05454;
  border-bottom: 3px solid #e05454;
}
.input:focus-within {
  border-bottom: 3px solid #333333;
  color: #333333;
}
.input .icon {
  font-size: 18px;
  padding: 0 6px;
  vertical-align: center;
  align-self: center;
}
.input input {
  background-color: inherit;
  padding-bottom: 4px;
  color: black;
  border: none;
  font-size: 16px;
  outline: none;
  flex-grow: 1;
}

textarea {
  border-radius: 2px;
  border: 1px solid #bbb;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  resize: vertical;
  height: 150px;
  max-height: 600px;
}
textarea:focus-within {
  border-bottom: 1px solid #333333;
  color: #333333;
}

.button {
  background-color: #8754e0;
  color: white;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 8px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.button:hover {
  background-color: #9061e2;
}
.button:active {
  background-color: #7e47de;
}

.content-width {
  width: 300px;
}
@media screen and (max-width: 300px) {
  .content-width {
    width: 100%;
  }
}

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