.primary-content {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:(100%-66px);
    background: white;
    margin: 0 !important;
    overflow: hidden;
  }
  .primary-content div{
    overflow: hidden;
  }
  
.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }

.img-login{
  object-fit: cover;
  height: 100%;
}