body {
  margin: 0;
  height: 100vh;
}

.login-pf-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.logo-outside {
  margin: auto;
  width: 20em;
}

.logo-inside {
  margin: auto;
  width: 17em;
  margin-bottom: 2em;
}

.card-pf {
  padding: 2em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  color: #505050;
  width: 17em;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}

#remember-field,
button[type="submit"] {
  margin-top: 10px;
  min-width: 120px;
}

.hide {
  display: none;
}

.impressum-dataprotection {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}

.impressum-dataprotection > a {
  margin: 0 0.3em;
}

#doForgotPassword > a {
  vertical-align: middle;
  line-height: 2.5em;
}

/* overrides */
.mdc-text-field:not(.mdc-text-field--disabled) {
  background: none;
}

#password-reset-info {
  text-align: left;
  margin-top: 1.5em;
}

a.mdc-chip__text {
  text-decoration: none;
}

:root {
  --theme-error: red;
}

div.alert-error {
  color: var(--theme-error);
  margin-bottom: 1em;
  fill: var(--theme-error);
  display: flex;
  align-items: center;
}

.alert-error svg {
  margin-right: 0.5em;
}

.alert-error span {
  text-align: left;
}
