@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
footer {
  margin-top: -3rem;
  background: transparent !important;
  padding-top: 0 !important;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer ul li a {
  text-decoration: none;
  color: white;
  opacity: 70%;
  transition: 0.3s ease;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul .footer_divider {
  color: #D4D4D4;
}
@media only screen and (max-width: 667px) {
  footer ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 581px) {
  footer {
    margin-top: -0.5rem;
    padding-bottom: 1.4rem;
  }
  footer ul li {
    width: 100%;
    text-align: center;
  }
  footer ul .footer_divider {
    display: none;
  }
}

/*# sourceMappingURL=login_footer.css.map */
