.login-container1 {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100dvh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/game-background-desktop-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.login-thq-content-elm {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.login-thq-icons-elm {
  gap: 20px;
  top: 45px;
  right: 45px;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.login-thq-chat-elm {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/chat-icon.svg");
  background-position: center;
}
 
.login-thq-help-elm {
  align-self: flex-start;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/help.svg");
}
 
.login-thq-header-elm {
  gap: 27.5px;
  display: flex;
  z-index: 1;
  margin-top: 50px;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
}
 
.login-thq-logo-elm {
  width: 50%;
  object-fit: cover;
}
 
.login-text {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
}
 
.login-thq-code-elm {
  gap: 35px;
  width: 100%;
  display: flex;
  z-index: 1;
  max-width: 550px;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.login-thq-field-elm {
  gap: 15px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.login-thq-text-elm {
  color: var(--dl-color-white-100);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: normal;
}
 
.login-container2 {
  flex: 1;
  width: 100%;
  display: none;
  align-self: center;
}
 
.login-container3 {
  display: contents;
}
 
.login-thq-login-button-elm {
  text-align: center;
  text-decoration: none;
}
 
.login-container4 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  align-self: center;
}
 
.login-container5 {
  display: contents;
}
 
.login-container7 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .login-thq-logo-elm {
    width: 40%;
  }
}
 
@media(max-width: 991px) {
  .login-thq-logo-elm {
    width: 45%;
  }
}
 
@media(max-width: 767px) {
  .login-container1 {
    background-size: cover;
    background-image: e930dabd-f5c4-45d7-a330-e2a7b3e1a8d0;
  }
  .login-thq-icons-elm {
    gap: 15px;
    flex-direction: row;
  }
  .login-thq-chat-elm {
    width: 40px;
    height: 40px;
  }
  .login-thq-help-elm {
    align-self: flex-start;
  }
  .login-text {
    font-size: 26px;
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .login-thq-icons-elm {
    top: 20px;
    right: 20px;
    flex-direction: row;
  }
  .login-thq-help-elm {
    align-self: flex-start;
  }
  .login-container2 {
    flex: 1;
  }
}
