.login-section {
  display: flex;
}
.login-section {
  background: #fff;
  box-shadow: 0px 0px 10px #d5d5d5;
}
.login-section .image-section {
  width: 380px;
  border-right: 1px solid #d4d4d4;
  max-height: 80vh;
}
.login-section .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-box .box-footer {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}
