.authentication-buttons-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.authentication-buttons-container div.authentication-button {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 0;
  align-content: center;
  filter: drop-shadow(0 0 10px #ccc);
  color: inherit;
  border-radius: 10px;
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.authentication-buttons-container div.authentication-button:hover {
  text-decoration: none;
}
.authentication-buttons-container div.authentication-button div {
  padding: 0;
  display: block;
  width: 100%;
}
.authentication-buttons-container div.authentication-button div.authentication-button-label {
  color: inherit;
}
.authentication-buttons-container div.authentication-button div.authentication-button-label b {
  font-weight: bolder;
}
.authentication-buttons-container div.authentication-button i {
  margin: 10px 0 20px 0;
  color: #ccc;
}
.authentication-buttons-container div.authentication-button:hover {
  background-color: tomato;
  color: white;
}
.authentication-buttons-container div.authentication-button:hover i {
  color: white;
}

.authentication-error {
  background-color: tomato;
  padding: 15px;
  margin: 15px 0;
  color: white;
}

.billetteries {
  margin: 15px 0;
}
.billetteries .billetterie {
  background-color: #fcfcfc;
  padding: 10px;
  vertical-align: middle;
  position: relative;
  margin: 4px 0;
  cursor: pointer;
  user-select: none;
  height: 58px;
  filter: drop-shadow(0 0 4px #eee);
  border-radius: 4px;
}
.billetteries .billetterie small {
  color: #aaa;
}
.billetteries .billetterie:hover {
  background-color: tomato;
  color: white;
}
.billetteries .billetterie:hover small {
  color: white!important;
}
.billetteries img {
  position: absolute;
  top: 4px;
  left: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 4px #ffffff;
  border-radius: 100%;
  padding: 4px;
}

.authentication-error {
  background-color: tomato;
  padding: 15px;
  margin: 15px 0;
  color: white;
}

.authentication-error {
  background-color: tomato;
  padding: 15px;
  margin: 15px 0;
  color: white;
}

.error-message {
  display: block;
  color: tomato;
  padding: 4px 0;
  clear: both;
}
.authbox {
  background-color: white;
  border-radius: 4px;
  filter: drop-shadow(0 0 10px #eaeaea);
  padding: 25px;
  width: 100%;
  margin: 40px auto;
  text-align: left;
}
.authbox .context-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: tomato;
  color: white;
  margin: 0 auto 20px auto;
  border-radius: 100%;
}
.hr {
  margin: 20px 0;
  border-top: dotted 1px #ccc;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: tomato;
}

