.login-container{
  width: calc(50% - 8rem) !important;
  height:600px;
  display: flex;
  flex-direction:row;
  align-items:center;
}

.login-image{
    height:100%;
    object-fit: none;
    object-position: 10% 50%;
}

#bitnami-banner {display:none;}

.login-image-container{
  max-width:50%;
  height:100%;
}