.login-signup-option {
  color: #4d5569;
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
  text-align: center;
}

.login-signup-option a {
  color: var(--red);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.login-signup-option a:hover,
.login-signup-option a:focus-visible {
  color: var(--blue);
}
