.chat-login-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/game-background-desktop-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.chat-login-body {
  gap: 30px;
}
 
.chat-login-header {
  width: 100%;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-default-bluegradient);
  border-width: 1px;
  flex-direction: row;
  padding-bottom: 25px;
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.chat-login-text {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
  z-index: 1;
}
 
.chat-login-close {
  cursor: pointer;
  align-self: flex-end;
  background-size: cover;
  background-image: url("public/close.svg");
}
 
.chat-login-chatbot {
  flex: 1;
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.chat-login-container2 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.chat-login-container3 {
  display: contents;
}
 
.chat-login-container5 {
  display: contents;
}
 
@media(max-width: 991px) {
  .chat-login-chatbot {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .chat-login-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .chat-login-text {
    font-size: 20px;
  }
}
