#app .generic-button button,
[data-reactroot] .generic-button button {
  background-color: #AAA !important;
}
#app .link-external-button button,
[data-reactroot] .link-external-button button {
  background-color: #37B0FF !important;
}
#app .std-button button,
[data-reactroot] .std-button button {
  background-color: #AAA !important;
}
#app .main-app-bar,
[data-reactroot] .main-app-bar {
  background-color: #e5e5e5 !important;
}
#app .primary-button > button > div > div > span,
[data-reactroot] .primary-button > button > div > div > span {
  color: #fff !important;
}
#app .generic-button > button > div > div > span,
[data-reactroot] .generic-button > button > div > div > span {
  color: #fff !important;
}
#app .external-link-item,
[data-reactroot] .external-link-item {
  color: #fff !important;
}
#app .banner-title,
[data-reactroot] .banner-title {
  visibility: hidden;
}
#app .panel-clear > div:nth-child(3) > div:nth-child(2)::before,
[data-reactroot] .panel-clear > div:nth-child(3) > div:nth-child(2)::before {
  content: "Passwort vergessen oder Passwort erneuern";
  border: 0;
  display: block;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: -4px;
}
