.home-auth {
  display: flex;
  align-items: center;
  gap: 16px;
}

.auth-switch {
  margin: 22px 0 0;
  color: #77736c;
  font-size: 14px;
}

.auth-switch a {
  color: #d8402b;
  font-weight: 650;
}

.alert p {
  margin: 0;
}

.alert p + p {
  margin-top: 5px;
}

.auth-message .button {
  margin-top: 24px;
}

.logout-form {
  margin: 0;
}

.logout-button {
  border: 0;
  background: transparent;
  color: #625f59;
  padding: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 520;
  cursor: pointer;
}

.logout-button:hover {
  color: #211f1c;
}
