/* ----------------------------------------------------------------------------
This file is provided for operations-specific style customizations.
It should be included last in the page source, so its values override any other
css values.
---------------------------------------------------------------------------- */
.loginView > div {
  background-color: #CCCCCC;
}

.stage .headerView {
  background-color: #FF0000;
}
.stage .loginView > div {
  background-color: #FF0000;
}
.stage .loginView h3::after {
  content: " Stage"
}

.prep .loginView h3::after {
  content: " Prep"
}

.production .headerView {
  background-color: #42697C;
}
.production .loginView > div {
  background-color: #ADD9E6;
}
.production .loginView h3::after {
  content: " Production"
}
