.login-background-container {
  display: none;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.gwt-login {}

.gwt-login .login-background-container {
  object-fit: cover;
  object-position: center;
  display: block;
}

.gwt-login .login-background-container-image {
  object-fit: cover;
  object-position: center;
  position: fixed;
  bottom: -10px;
}

.gwt-login .login-container {
  z-index: 2;
  background: none !important;
}

.gwt-login .left-body-panel {
  display: none;
}

.gwt-login .login-image-container {}

.gwt-login .login-caption {
  display: none !important;
}

.gwt-login .right-body-panel {
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  height: 400px;
  max-width: 520px;
  border-radius: 10px;
}

.gwt-login .login-logo-image {
  position: relative;
  top: -20px;
  left: 50%;
  margin-left: 10px;
  transform: translateX(-50%);
  z-index: 22;
  width: auto;
  height: 100px;
}

.phone .gwt-login .right-body-panel {
  max-width: calc(100dvw - 60px);
}

.gwt-login .welcome-message,
.gtw-login .login-large-welcome {
  color: rgba(0, 0, 0, 0) !important;
  height: 0px !important;
  margin-bottom: -72px !important;
}


.phone .gwt-login .login-logo-image {
  top: 16px;
}

.phone.android .gwt-login .login-logo-image {
  top: -10px;
}

.phone.android .gwt-login #login {
  position: relative;
  top: -10px;
}

.phone .gwt-login #login {
  position: relative;
  top: -20px;
}