.login-scroll-box {
  max-height: none;
  overflow: visible;
}
@media (min-width: 1200px) {
  .login-scroll-box {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}