.login_form-btn span {
  cursor: pointer;
}

.footer_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .footer_wrap {
    gap: 0;
    flex-direction: column;
  }
}

.footer_login_logo {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .footer_login_logo {
    flex-direction: column;
    gap: 0;
  }
}

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