body {
  margin: 0;
  box-sizing: border-box;
  height: 100vh;
  font-family: "Inter";
  display: flex;
  flex-direction: column;
}

.errorMessage {
  color: rgba(255, 128, 144, 1);
  font-size: 14px;
  margin-top: 5px;
}

.header {
  height: 30vh;
}

.header img {
  width: 100.03px;
  height: 121.97px;
  top: 80px;
  left: 77px;
  position: relative;
}

.sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 315px;
  height: 48px;
  top: 67px;
  left: 1039px;
  gap: 35px;
  margin-left: auto;
  margin-right: 50px;
}

.sign button {
  background-color: #4589ff;
  color: white;
  border: 2px solid #4589ff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign button:hover {
  background-color: #1c6ffe;
  color: white;
  border-color: #4589ff;
}

.sign button.buttonSize {
  width: 112px;
  height: 48px;
  border-radius: 8px;
  gap: 10px;
  display: flex;
  font-size: 23px;
}

.next {
  margin: 0;
  width: 168px;
  height: 28px;
  font-size: 23px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.container button {
  background-color: #4589ff;
  color: white;
  border: 2px solid #4589ff;
  border-radius: 6px;
  cursor: pointer;
}

.containerLog {
  width: 652px;
  height: 491px;
  top: 266.5px;
  left: 394px;
  padding: 48px 115px 48px 115px;
  border-radius: 30px;
  gap: 39px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 10px 3px #00000014;
}

input {
  cursor: pointer;
  border: none;
  border-bottom: 2px solid #dddddc; /* Ränder nur für die untere Seite */
  outline: none;
}

.buttonContainer {
  display: flex;
  width: 422px;
  gap: 35px;
  padding-top: 25px;
  justify-content: center;
  align-items: center;
}

.container button:hover {
  background-color: #1c6ffe;
  color: white;
  border-color: #4589ff;
}

.container button.guestButton {
  background-color: white;
  color: #647188;
  border-color: #647188;
  transition: all 0.3s ease;
}

.container button.guestButton:hover {
  background-color: white;
  color: #4589ff;
  border-color: #4589ff;
}

.containerLog input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
}

.buttonContainer .guestButton.bot {
  width: 197px;
  height: 48px;
  font-size: 23px;
  border-radius: 8px;
  gap: 10px;
}

.buttonContainer .button-log {
  width: 135px;
  height: 48px;
  font-size: 23px;
  border-radius: 8px;
  gap: 10px;
}

.rememberMe {
  width: 355px;
  height: 23px;
  padding: 0px 216px 0px 0px;
  gap: 35px;
}

.rememberMe input label {
  width: 139px;
  height: 24px;
  gap: 4px;
}

.headline {
  width: 422px;
  height: 74px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.inheadline {
  height: 58px;
  width: 315px;
}

.section {
  width: 422px;
  height: 195px;
  gap: 20px;
}

.onlyInput {
  width: 422px;
  height: 152px;
  gap: 32px;
}

.onlyInputNear input {
  width: 422px;
  height: 48px;
  padding: 12px 21px 12px 21px;
  border: 0 0 1px 0;
  gap: 10px;
  border-bottom: 1px solid #d1d1d1;
  background: #ffffff;
  justify-content: space-between;
}

.separator {
  width: 150px;
  background: #4589ff;
  border: 3px solid #4589ff;
}

.button-log {
  width: 65px;
  height: 28px;
}

.bot {
  width: 197px;
  height: 48px;
  font-size: 23px;
  border-radius: 8px;
  gap: 10px;

}

.inheadline h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
}

#remember {
  border-radius: 3px;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  border: 2px;
}

.checkbox {
  width: 139px;
  height: 24px;
  display: flex;
  gap: 4px;
  padding-top: 10px;
}

label {
  width: 111px;
  height: 19px;
}

.box {
  width: 24px;
  height: 24px;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
}

.footline {
  height: 35px;
  top: 946.3px;
  left: 600px;
  text-align: center;
  display: flex;
}

.policy {
  width: 116px;
  height: 35px;
  top: 946.3px;
  left: 600px;
  padding: 8px;
  gap: 8px;
}

.notice {
  width: 108px;
  height: 35px;
  top: 946.3px;
  left: 732px;
  padding: 8px;
  gap: 8px;
}

.policy,
.notice {
  color: #42526e; /* Ändere die Farben nach Bedarf */
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
}

.policy:hover,
.notice:hover {
  cursor: pointer;
  color: #4589ff;
}

#msgBox {
  font-size: 18px;
  font-weight: bold;
  color: #4589ff;
}

.onlyInputNear img {
  width: 24px;
  height: 24px;
  filter: brightness(70%);
}

.onlyInputNear {
  position: relative;
}

#password,
#email {
  padding-right: 30px;
}

#togglePassword {
  position: absolute;
  top: 47%;
  right: 5px;
  transform: translateY(80%);
  cursor: pointer;
}

#toggleEmail {
  position: absolute;
  top: 47%;
  right: 5px;
  transform: translateY(-125%);
  cursor: pointer;
}

.notJoinUser {
  display: none;
}

.parentBtnDiv{
  display: flex;
  padding-top:20px;
  padding-right:25px;
}

.guest{
  padding-top:25px;
}

@media only screen and (max-width: 630px) {
  .notJoinUser {
    display: block;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 32px;
    justify-content: center;
    align-items: center;
    padding-top: 54px;
    padding-bottom: 54px;
    font-size: 19px;
  }
  .notJoinUser .notJoinLink {
    background-color: #4589ff;
    color: white;
    text-decoration: none;
    width: 112px;
    height: 48px;
    text-align: center;
    display: grid;
    place-items: center;
    font-family: "Inter";
    border-radius: 8px;
  }

  .sign {
    display: none;
  }

  .header {
    justify-content: flex-start;
  }

  .header img {
    padding: 10px;
    width: unset;
    height: 78px;
    display: flex;
    justify-content: flex-start;
    top: 16px;
    left: 16px;
  }

  .containerLog {
    padding: 32px 16px 32px 16px;
    height: 517px;
    border-radius: 30px;
    gap: 32px;
    width:100%;
  }

  .section {
    width: 100%;
  }

  .onlyInputNear input {
    width: 100%;
  }

  .onlyInput {
    width: unset;
  }

  .buttonContainer {
    width: 180px;
    height: unset;
    gap: 15px;
    display: flex;
    flex-direction: column;
  }

  .parentBtnDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:21px;
    flex-direction: column;
  }

  .next {
    width: unset;
  }

  .buttonSize {
    padding: unset;
  }

  .guest {
    padding: unset;
    width: unset;
  }

  .headline {
    width: unset;
    height:72px;
  }

  .inheadline {
    width: unset;
  }

  .rememberMe {
    width: unset;
  }

  .buttonContainer .button-log {
    width: 100%;
    font-size:19px;
  }

  .buttonContainer .guestButton.bot {
   width:100%;
  }

  .container button.guestButton {
    width:180px;
    height:48px;
    border-radius:8px;
    font-size:19px;
  }

  .sign button.buttonSize {
    width: unset;
    font-size: 20px;
  }

  .guest {
    height: unset;
  }

  #msgBox {
    text-align: center;
  }

  #user-name {
    font-size: 36px;
  }
}




