body {
  margin: 0;
  background-color: #191919;
}

.SKIP {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  z-index: 2;
}

.cener {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-haupt {
  color: white;
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0px;
}

.button-hier {
  margin-top: 0px;
  width: 250px;
  padding: 7px 0;
  text-align: center;
  border-radius: 25px;
  font-weight: 700;
  font-size: 19px;
  border: 1px solid red;
  background: hsla(0, 100%, 50%, 0.25);
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: Raleway;
}

.background-red {
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(255, 0, 0, 0.275) 0%,
    rgba(25, 25, 25, 1) 73%
  );
}

.background-2 {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gray-part {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #8c8c8c;
  font-family: Raleway;
  font-weight: 300;
  font-size: 10px;
}

.klein-text {
  margin-top: 0px;
  font-family: Open sans;
  color: lightgray;
  font-weight: 100;
  font-size: 10px;
}

#passwordForm {
  margin-top: 20px;
}

input[type="password"] {
  padding: 7px 15px;
  font-size: 15px;
  font-family: Open sans;
  font-weight: 100;
  width: 200px;
  color: #626262;
  background-color: transparent;
  margin-bottom: 10px;
  border: 1px solid #626262;
  border-radius: 50px;
}

input[type="submit"] {
  padding: 7px 15px;
  font-size: 15px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid#ffffff;
  border-radius: 50px;
  cursor: pointer;
}

::placeholder {
  color: gray;
}

input[type="submit"]:hover {
  background-color: #00000016;
}

.error {
  color: red;
  margin-top: 10px;
  font-family: Open sans;
  font-size: 15px;
}

.password-space {
  position: relative;
  margin-right: 10px;
}
