.q-row {
  margin-bottom: 1rem;
}

.q-hr {
  font-weight: 600;
  color: #333;
  margin: 1rem 0 5px 0;
}

.q-in, .q-tx {
  width: 100%;
  border: 1px solid #ccc;
  background: none;
}

.q-in {
  height: 2.5rem;
}

.q-tx {
  height: 5rem;
  resize: none;
  padding: 5px 10px;
}

input.q-in, .q-in.q10{
  padding: 0 10px;
}

.q-but {
    background: #dd2c00;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
.q-but:hover {
  background: #b71c1c;
}

#q-sts {
  height: 24px;
  color: red;
}