.fields {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  margin-bottom: 1em;
}

.field {
  display: flex;
  flex-direction: column;
}

.register, .register:active {
  margin-bottom: 1em;

  color: white;
  background-color: var(--constructive-lighter-color);
  border-color: var(--constructive-color);
}

.register:hover {
  background-color: var(--constructive-color);
}
