.authentication__link {
  color: var(--color-base);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
  width: 10ch;
}

.authentication__link input {
  border: none;
  background: none;
}

.authentication__devise-link {
  color: var(--color-base);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.authentication__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}