input,
textarea,
select {
    font-family: inherit;
    font-size: 1.1rem;
}
select,
input[type=text],
input[type=email],
textarea {
    width: 100%;
    display: block;
    font-family: inherit;
    color: inherit;
    padding: 0.8rem;
    display: block;
    background: white;
    color: #222;
    border-radius: 3px;
    border: 0;
    margin-top: 3px;
    outline-color: #eee;
}
label {
    display: block;
}
select {
    padding-right: 30px;
}

.form-section-title {
    margin: 20px 0 5px 0;
}
.form-section-explanation {
    font-size: 0.9em;
    font-style: italic;
    margin: 5px 0 20px;
    opacity: 0.7;
}
::placeholder {
  color: #888;
}
hr {
    margin: 40px 0 30px 0 !important;
    border: 0;
    border-top: 1px solid #fff;
    opacity: 0.5;
}
