.login-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(26px, 0.5vw + 1rem, 2rem);
}

@media only screen and (min-width: 990px) {
  .template-index .login-section {
    display: none;
  }
}