* {
  box-sizing: border-box;
}

body {
  color: #555;
  background-image: url("../images/background-min.png");
  background-size: cover;
}

h1 {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 6.5em;
  font-weight: initial;
  line-height: 1.0;
}

h2 {
  color: #fff;
  padding: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 3.5em;
  font-weight: lighter;
  line-height: 1.0;
}

h3 {
  color: #fff;
  padding: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2.5em;
  font-weight: lighter;
  line-height: 1.2;
}

p {
  color: #fff;

  font-size: 1.3em;
}

a {
  color: #fff;
  font-family: "Raleway", "sans-serif", "system-ui";
  font-size: 1.3em;
}

a:hover {
  color: #c0c0c0;
  text-decoration: underline;
}


img {
  max-width: 150%;
  margin-left: 1rem;
}


.wrapper {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 5px;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap; /* Standardwert = nowrap */
  justify-content: center;
  align-items: center;
}

.flex-item-1 {
  box-sizing: border-box;
  width: 400px;
  padding: 40px;
  margin: 1%;
  order: 1;
  flex-basis: 70%;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: center;
  border: 1px solid #939598;
  border-radius: 0.4rem;
  background-color: rgba(220,220,220, 0.1);
}


.flex-item-2 {
  order: 2;
  flex-basis: 30%;
  flex-grow: 0;
  flex-shrink: 1;
}

form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
}

form div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

input {
  background-color: #fff;
  height: 2.5rem;
  width: 370px;
  border: solid 1px grey;
  border-radius: 0.4rem;
  color: grey;
  text-align: center;
  background-position: 97%;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;*/
  font-size: 16px;
}

input[type="submit"], input[type="button"] {
  background-image: linear-gradient(-180deg, #37AEE2 0%, #404B5A 100%);
  color: white;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #aebecd;
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-align: center;
  height: 2.5em;
}

input[type="submit"]:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
  transform: scale(1.05);
  transition: all.1s;
}

input[type="submit"]:active {
  transform: scale(0.95);
  transition: all.1s;
}

input[type="button"]:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
  transform: scale(1.05);
  transition: all.1s;
}

input[type="button"]:active {
  transform: scale(0.95);
  transition: all.1s;
}

.pb-logo {
  height: 300px;
  display: flex;
  align-items: center;
  width: 30rem;
  padding-left: 3rem;
}

#login-footer {
  right: 10px;
  position: absolute;
  padding: 0px;
  top: 10px;
  margin-right: 20px;
}


/*@media screen and (max-width: 992px) {
        .flex-container {
                flex-basis: 40%;
                margin-bottom: 10px;
        }
}

@media screen and (max-width: 576px) {
        .flex-container  {
                flex-basis: 100%;
                margin-bottom: 10px;
        }
}*/

@media screen and (max-width: 90rem) {
  .flex-item-2 {
      display: none;
  }
}

#mfa-title {
  text-align: initial;
}

.forgotpwd-content {
  margin-top: 25px;
}

#forgotpwd_sent {
  margin-top: 25px;
}
