.login-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  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-body {
  gap: 20px;
  overflow: auto;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}
 
.login-icons {
  gap: 20px;
  top: 45px;
  right: 45px;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.login-chat {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/chat-icon.svg");
  background-position: center;
}
 
.login-help {
  align-self: flex-start;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/help.svg");
}
 
.login-header {
  gap: 27.5px;
  display: flex;
  z-index: 1;
  align-items: center;
  flex-direction: column;
}
 
.login-logo {
  width: 50%;
  object-fit: cover;
}
 
.login-text1 {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
}
 
.login-code {
  gap: 35px;
  width: 100%;
  display: flex;
  z-index: 1;
  max-width: 550px;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.login-field {
  gap: 15px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.login-text2 {
  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-container4 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.login-container5 {
  display: contents;
}
 
.login-container7 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .login-logo {
    width: 40%;
  }
}
 
@media(max-width: 991px) {
  .login-logo {
    width: 45%;
  }
}
 
@media(max-width: 767px) {
  .login-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .login-body {
    gap: 5%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .login-icons {
    gap: 15px;
    flex-direction: row;
  }
  .login-chat {
    width: 40px;
    height: 40px;
  }
  .login-help {
    align-self: flex-start;
  }
  .login-text1 {
    font-size: 26px;
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .login-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .login-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-icons {
    top: 20px;
    right: 20px;
    flex-direction: row;
  }
  .login-help {
    align-self: flex-start;
  }
  .login-container2 {
    flex: 1;
  }
}
