.site-compliance-footer {
  width: 100%;
  flex: 0 0 auto;
  padding: 16px 20px 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.site-compliance-footer a {
  color: #8A8174;
  text-decoration: none;
  transition: color 0.15s ease;
}

.site-compliance-footer a:hover,
.site-compliance-footer a:focus-visible {
  color: #3D352B;
  text-decoration: underline;
}

.student-code-page,
.teacher-login-page {
  flex-direction: column;
}

.teacher-login-page {
  padding: 24px;
}

.student-code-page .home-wrap,
.teacher-login-page .card {
  margin-top: auto;
  margin-bottom: auto;
}

.student-code-page .site-compliance-footer,
.teacher-login-page .site-compliance-footer {
  padding-bottom: 0;
}
