.error-message {
  color: red;
  font-size: 0.9em;
  display: none;
}

.error-message-login {
  color: rgb(237, 94, 127);
  font-size: 13px;
  display: none;
}

.highlight {
  background-color: #ffff99 !important;
}

#visitorCounter {
  position: fixed;
  bottom: 5px;
  right: 5px;
  color: black;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 17px;
  text-decoration: none;
}
