.edit-form {
  margin-bottom: 1.5em;
}

.edit-form label {
  width: 100%;
  max-width: 25em;
  margin: 0 .5em 0 0;
  word-break: break-all;
}

.edit-form input {
  width: 100%;
  margin: .25em 0 .5em;
}
.edit-form input.has-error {
  border-color: red;
}

.edit-form button {
  margin: 0 0 .5em;
}
