@media (min-width: 992px) {
  :root {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.page-body {
  margin: 0px !important;
}

.bg-navbar-student {
  background-color: #e66b4c;
}

.bg-navbar-student .nav-link {
  color: #fff;
}

.bg-navbar-star .nav-link {
  color: #fff;
}

.bg-navbar-star {
  background-color: #426084;
}

.bg-navbar-sorgep .nav-link {
  color: #fff;
}

.bg-navbar-sorgep {
  background-color: #2a2a2a;
}

.SorgepLogoMini {
  max-width: 250px;
}

.navbar-toggler {
  width: 100%;
}

#SorgepApplication {
  background-color: #e66b4c;
  height: 100vh;
}

#SorgepApplication .container-xl {
  background-color: #e66b4c;
}

#SorgepApplication .ApplicationHeader img {
  max-width: 250px;
}

#SorgepApplication .ApplicationHeader h1 {
  color: #e66b4c;
  font-size: 20px;
}

#SorgepApplicationLogged .ApplicationHeader h1 {
  color: #e66b4c;
  font-size: 20px;
}

#SorgepApplicationLogged .AltTitle {
  color: #e66b4c;
  font-size: 18px;
}

#SorgepLogin {
  background-color: #e66b4c;
  height: 100vh;
}

#SorgepLogin h1 {
  color: #e66b4c;
  font-size: 20px;
}

#SorgepStarLogin {
  background-color: #426084;
  height: 100vh;
}

#SorgepStarLogin h1 {
  color: #426084;
  font-size: 20px;
}

#SorgepSorgepLogin {
  background-color: #2a2a2a;
  height: 100vh;
}

#SorgepSorgepLogin h1 {
  color: #2a2a2a;
  font-size: 20px;
}

#CustomHeader .headerTop {
  background-color: #fff;
}

#CustomHeader img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 250px;
}
