/* Interaction Elements */

form.form-container.form {
  padding: 15px 10px 15px 0;
  background-color: #2a2929;
  color: #9b9b9b;
  font-size: 1em;
}

input[type=email].input {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  background-color: #393838;
  box-shadow: none;
  color: rgba(255, 255, 255, .8);
  font-size: 1em;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

input[type=email].input:focus {
  color: rgba(255, 255, 255, .8);
}

textarea.input.textarea {
  min-height: 8em;
  height: auto;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  background-color: #393838;
  box-shadow: none;
  color: rgba(255, 255, 255, .8);
  font-size: 1em;
  font-family: 'Roboto', cursive;
  resize: vertical;
}

textarea.input.textarea:focus {
  box-shadow: none;
}

label.label-container.label-containers {
  color: #9b9b9b;
  font-size: 1em;
}

button.button.submit-button {
  border-radius: 2px;
  font-size: 15px;
  font-family: 'Roboto', cursive;
}

.html-element.form-styler {
  display: none;
}