.author_form,
.cathegory_form,
.book_form,
.score_form,
.order_form,
.user_form,
.sign_in_form,
.forgot_password_form,
.change_password_form,
.resend_password_confirmation_form,
.hire_form {
  margin: 25px 0;
  padding: 20px;
  background-color: var(--color-form-bg);
  border: 4px solid var(--color-form-border);
  border-radius: 5px;
}

form.button_to {
  display: inline-block;
}

table.fields {
  width: 100%;

  th {
    font: inherit; /* font-size: 85%; */
    padding: 8px 10px 2px 0;
    width: 1%;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
  }

  td {
    width: 99%;
    padding: 2px 0;
  }

  input,
  textarea {
    font: inherit;
  }

  textarea {
    -webkit-appearance: textfield;
  }

  .half_width {
    width: 50%;
  }

  .full_width {
    width: 99%;
  }

  .actions {
    text-align: right;
  }
}
