.replace-header-text span {
  display: none;
}
.replace-header-text::after {
  content: 'My Info';
}


.replace-footer-text span {
  display: none;
}
.replace-footer-text::after {
  content: 'Melbourne Polytechnic Student Portal';
}

.replace-login-page-intro span {
  display: none;
}
.replace-login-page-intro::after {
  content: 'My Info provides access to your personal contact details and course enrolment information and assists you to request changes to this information.';
}

.replace-login-page-contact-info span {
  display: none;
}
.replace-login-page-contact-info::after {
  content: 'If you need help making changes please contact us';
}

.replace-login-page-contact-info-url-text span {
  display: none;
}
.replace-login-page-contact-info-url-text::after {
  content: 'here.';
}


 footer .container {
  background-color: #f8f9fa !important;
  color: black !important;
}
footer .container a {
  color: black !important;
}
