@media (min-width: 992px) {
.login-content-container {
      display:block !important; /* ANG this was display:none, unhiding as part of TC-18282 */
      margin-top: calc(25vh + (100px + 20px));
  }
}

/* Student dashboard custom pane - added by Ang/GTI - April 2024 */
@media (min-width: 992px) {
.flex-dash-row .dash-card-custom .card-body {
    max-height: 480px;
    overflow-x: auto;
    }
}
