body {
  //background: #182b55 url(/cas/themes/wvu/images/illustration.jpg) no-repeat center center;
  background: #182b55 url(/cas/themes/wvu/images/cas-background.png) no-repeat bottom left;
  background-size: contain;
  height: 100%;
//  overflow: auto;
}

a {
  color: #002855;
  text-decoration: underline;
}

.clearfix {
  overflow: auto;
}

#duo_iframe {
  width: 100%;
  min-width: 304px;
  max-width: 620px;
  height: 330px;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #fff!important;
}

/*.right-side {
  background-color: white;
  //position: fixed;
  right: 0;
  top: 0;
  min-height: 100%;
  overflow: auto;
}*/

.btn-outline-danger {
  color: #A90212;
  border-color: #A90212;
}

.btn-outline-danger:hover {
  color: white;
  background-color: #A90212;
  border-color: #A90212;
}

.btn-outline-secondary {
  color: #535C64;
  border-color: #535C64;
}

.btn-outline-secondary:hover {
  color: white;
  background-color: #535C64;
  border-color: #535C64;
}

.btn-outline-warning {
  color: #995B00;
  border-color: #995B00;
}

.btn-outline-warning:hover {
  color: white;
  background-color: #995B00;
  border-color: #995B00;
}

.btn-success {
  color: white;
  background-color: #005421
  border-color: #005421;
}

.btn-success:hover {
  background-color: #006E3B;
  border-color: #006E3B;
}

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: x-large;
}

/* Custom styles */
.corner-ribbon.sticky {
  position: fixed;
}
.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Different positions */
.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* Colors */

.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}
.corner-ribbon.black {
  background: #333;
}
.corner-ribbon.grey {
  background: #999;
}
.corner-ribbon.blue {
  background: #39d;
}
.corner-ribbon.green {
  background: #2c7;
}
.corner-ribbon.turquoise {
  background: #1b9;
}
.corner-ribbon.purple {
  background: #6f378b;
}
.corner-ribbon.red {
  background: #e43;
}
.corner-ribbon.orange {
  background: #e82;
}
.corner-ribbon.yellow {
  background: #ec0;
}

@media (max-width: 630px) {
  .corner-ribbon {
    width: 100px;
    background: #e43;
    position: absolute;
    top: 12px;
    left: -25px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: medium;
  }
  .corner-ribbon.bottom-left {
    top: auto;
    bottom: 12px;
    left: -25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  body {
    background-size: 150%;
  }
}
