.pages_content {
  margin-top: 126px;
  min-height: 600px;
}
.panel-body {
  min-height: 500px;
}
.footer-middle {
  direction: ltr;
}
#EX-bg {
  background-image: url('/images/whitelabel/Back-EX.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
  height: 38rem;
  margin-top: -42px;
  background-position: 0 -4%;
}
.img-EX{
  padding-right: 15px;
}
.btn-outline-light {
  color:
          #f8f9fa;
  background-color:
          transparent;
  background-image: none;
  border-color:
          #f8f9fa;
}
@media (max-width: 575.98px) {
  #EX-bg {
    background-image: none;
    height: 100%;
    background-color: #62c2d0;
    z-index: 0;

  }
}