@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Light.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Bold.woff2") format("woff2");
  font-weight: bold;
}
body .contentContainer .authentication-error-message {
  border: solid 1px #bb1615;
  background-color: #fad1d1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 23rem;
  padding: 1rem 1.5rem;
}
body .contentContainer .password-visibility-toggle {
  font-size: 0.875rem;
  cursor: pointer;
  color: #0000EE;
  text-decoration: underline;
}