.voog-form input, .voog-form textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.voog-form input {
  height: 38px;
  margin-bottom: 20px;
}

.voog-form textarea {
  height: 114px;
}

.voog-form label {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}

.form_submit input {
  display: inline-block;
  padding: 9px 15px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
    margin-top: 10px;
  border-radius: 20px;
  background-color: #9921ac;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
