.password-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  color: color(srgb 0.4383 0.4433 0.4518);
}
input[type="password"] {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 10px;
  border: 3px solid var(--mr_silver);
  color: color(srgb 0.4383 0.4433 0.4518);
  outline: none; /* Blauen Rand in Safari entfernen */
}
#tokenValidity {
    color: var(--mr_grayer);
    font-size: 14px;
    margin-bottom: 20px;
}