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

.bkreports-login {}
.bkreports-login #wk-body{
  background-color: white;
}

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

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

.phone .bkreports-login .login-background-container-image {
  object-fit: cover;
  object-position: center;
  position: fixed;
  bottom: 52px;
}

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

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

.bkreports-login .login-image-container {}

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

.bkreports-login .right-body-panel {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #a4d1e8;
  height: 400px;
  max-width: 520px;
  border-radius: 10px;
}

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

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

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


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

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

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

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

.bkreports-login .patent {
  position: absolute;
   right: 10px;
   bottom: 20px;
}

.phone .bkreports-login .patent {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    right: unset;
    bottom: 40px;
}

.bkreports-login .bottom-right-patent-image{}

.bkreports-login .bottom-right-patent-caption{
  text-align: right;
  float: right;
  clear: both;
  margin-right: 20px;
}