#popupContainer {
  position: relative;
}

#successRegistration {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 150px;
  left: 40%;
  right: 0;
  transform: translate(-50, -50);
  color: green;
  background-color: #2a3647;
  padding: 10px;
  border-radius: 14px;
  margin: 0;
  height: 20px;
  font-size: 14px;
  width: 200px;
}

.headerLogin {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.logoSmall {
  width: 100.03px;
  height: 121.97px;
  margin-top: 80px;
  margin-left: 77px;
}

.headerLoginRight {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 67px;
  margin-right: 20px;
}

.signUpContainer {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 40px;
}

.signUpButton {
  width: 91px;
  height: 49px;
  background-color: #2a3647;
  color: #ffffff;
  border: unset;
  border-radius: 8px;
  font-weight: bold;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 700;
}

.signUpButton:hover {
  cursor: pointer;
  background-color: #0d99ff;
}

/* login Window */

.login_container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#loginWindow {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  width: 652px;
  height: 493px;
  border-radius: 30px;
}

#loginForm {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.dividerSolid {
  border: 2px solid #0d99ff;
  width: 150px;
  margin-bottom: 20px;
}

.loginInputField {
  width: 422px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #ededed;
  font-size: 20px;
  font-weight: 400;
  padding-left: 10px;
}

.invalidContainer {
  margin: 0;
  height: 20px;
  display: flex;
  text-align: center;
  align-items: center;
}

#invalidText {
  color: red;
  font-size: 12px;
  margin-left: 10px;
}

#loginButton {
  width: 110px;
  height: 48px;
  border-radius: 8px;
  background: #2a3647;
  color: white;
  font-size: 21px;
  font-weight: 700;
}

#signUpButton {
  width: 110px;
  height: 48px;
  border-radius: 8px;
  background: #2a3647;
  color: white;
  font-size: 21px;
  font-weight: 700;
}

#signUpButton:enabled {
  background-color: #0d99ff;
}

#loginButton:hover {
  cursor: pointer;
  background-color: #0d99ff;
  box-shadow: 8px 8px 2px 1px #ededed;
}

#signUpPasswordCheckText {
  color: red;
  margin-left: 10px;
  font-size: 12px;
  height: 15px;
}

#guestLoginButton {
  width: 177px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #2a3647;
  gap: 10px;
  background-color: white;
  font-size: 21px;
  font-weight: 700;
}

#guestLoginButton:hover {
  cursor: pointer;
  color: #0d99ff;
  border: 1px solid #0d99ff;
  box-shadow: 8px 8px 2px 1px #ededed;
}

.loginButtons_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.loginHeadline {
  font-weight: 700;
  font-size: 61px;
  color: black;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 20px;
  margin-bottom: 8px;
}

.rememberMe_container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 39px;
}

#rememberMe {
  height: 16px;
  width: 16px;
  border-radius: 3px;
}

.rememberMeLabel {
  font-weight: 400;
  font-size: 16px;
  color: black;
}

.inputIcon_container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.loginIcons {
  position: absolute;
  top: 12px;
  left: 380px;
  height: 24px;
  width: 24px;
}

/* sign-Up  */

#signUpWindow {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: white;
  margin-top: 50px;
  width: 598px;
  height: 580px;
  border-radius: 30px;
}

#signUpArrowLeft {
  height: 64px;
  width: 64px;
  position: absolute;
  top: 20px;
  right: 480px;
}

#signUpArrowLeft:hover {
  cursor: pointer;
}

#SignUpForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.SignUpPrivacy_container {
  display: flex;
  justify-content: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.SignUpPrivacy_container a {
  cursor: pointer;
}

.privacyLabel {
  font-size: 16px;
  font-weight: 400;
}

#privacyCheckbox {
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 2px;
}

#privacyPolicySignUp {
  position: absolute;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
}

.legal-content-external a {
  cursor: pointer;
}

/* bottom legal Content */

.legalContentLogin {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.loginAllContentContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100vh;
}

.legalContentLinksLogin {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #a8a8a8;
}

.legalContentLinksLogin:hover {
  cursor: pointer;
  color: #0d99ff;
  font-weight: 700;
}

/* login Animation */

#loginAnimation_container {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(-50, -50);
  position: fixed;
  background-color: white;
  z-index: 999;
  animation-name: logoContainerDisappear;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-duration: 0.6s;
  animation-delay: 1s;
}

.placeLogoImgLogin {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: logo-animation;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  animation-delay: 0.6s;
}

.signUpContentMobile {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 58px;
}

/* keyframes */

@keyframes logoContainerDisappear {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    visibility: hidden;
  }
}

@keyframes logo-animation {
  from {
    left: 77px;
    top: 80px;
  }

  to {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100.03px;
    height: 121.97px;
    opacity: 0;
  }
}

/* responsive */

@media (max-width: 760px) {
  #successRegistration {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100px;
    left: 37%;
    right: 0;
    transform: translate(-50, -50);
  }

  #loginWindow {
    margin-top: 50px !important;
    width: 396px;
    height: 515px;
  }

  .login-container {
    margin-top: 0;
  }

  .inputIcon_container {
    width: 280px;
    height: 48px;
  }

  .loginInputField {
    width: 364px;
    height: 48px;
  }

  .loginIcons {
    left: 330px;
    width: 22px;
    height: 22px;
  }

  .headerLoginRight {
    display: none;
  }

  .signUpContentMobile {
    display: flex;
  }

  #signUpWindow {
    width: 396px;
    height: 595px;
    margin-top: 100px !important;
  }

  #signUpArrowLeft {
    right: 330px;
  }

  .loginHeadline {
    font-size: 47px;
  }

  .logoSmall {
    width: 40.03px;
    height: 50.87px;
    margin-top: 30px;
  }

  .signUpContentMobile {
    margin-top: 10px;
  }

  .loginIcons {
    left: 250px;
  }
}

@media (max-width: 500px) {

  #successRegistration {
    top: 100px;
    left: 24%;
  }

  #signUpPasswordCheckText {
    margin: 0;
  }

  #loginWindow {
    width: 300px;
    height: 400px;
  }

  #signUpWindow {
    width: 300px;
    height: 470px;
    margin-top: 10px;
  }

  #signUpArrowLeft {
    height: 32px;
    width: 32px;
    right: 250px;
  }

  .SignUpPrivacy_container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .loginIcons {
    left: 250px;
  }

  .loginHeadline {
    font-size: 22px;
  }

  .loginInputField {
    width: 280px;
    height: 38px;

  }

  #loginButton {
    width: 90px;
    height: 38px;
    font-size: 16px;
  }

  #guestLoginButton {
    font-size: 16px;
    width: 120px;
    height: 38px;
  }
}