/* Center the login page logo */
.ic-Login-header {
  position: relative;
  justify-content: center !important;
}

.ic-Login-header__logo {
  flex: 1 1 0% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.ic-Login-header__links {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* Hide "Need a Canvas account?" link */
.ic-Login__actions--left {
  display: none !important;
}

/* Hide footer links (Open Source LMS, Help) and Instructure logo */
.ic-Login-footer__links,
.ic-Login-footer__logo-link {
  display: none !important;
}

/* Reset forgot password link size */
.ic-Login__forgot .ic-Login__link {
  font-size: inherit !important;
}

/* Fix forgot password font size */
.ic-Login__forgot a,
.ic-Login__forgot .ic-Login__link,
.forgot_password_link {
  font-size: 0.8125rem !important;
}
