.footer-login-container-large {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.footer-login-page-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-login-page-footer-copy {
  color: #00283c99;
}

.footer-login-page-footer-links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-login-page-footer-links a {
  color: #00283c99;
}

.footer-login-page-footer-links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .footer-login-page-footer {
    display: none;
  }
}
