body, html{
    margin:0;
    height: 100%;
    width: 100%;
}
.mo-landing-page {
    height: 100%;
    width: 100%;
    background: #14477e;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: white;
  }
  .mo-landing-page .angled-section-divider {
    border-bottom: 150vh solid #14477e;
    border-right: 100vw solid #05305c;
    position: absolute;
    margin-left: 25%;
  }
  .mo-landing-page .mo-landing-page-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;
    padding: 0 30px;
    display: flex;
    align-items: center;
  }
  .mo-landing-page .mo-landing-page-header .mo-icon-manage-online-logo{
    font-size: 20px;
  }
  .mo-landing-page .mo-landing-page-header img{
    height: 20px;
  }
  .mo-landing-page .mo-landing-page-content {
    padding-top: 90px;
    position: relative;
  }
  @media (min-width: 800px) {
    .mo-landing-page .mo-landing-page-content {
      padding-top: 120px;
    }
  }
  .mo-landing-page .mo-landing-page-content .bannered-panel {
    width: 420px;
    background: white;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
  }
  .mo-landing-page .mo-landing-page-content .bannered-panel .banner {
    height: 10px;
    background: #f17c21;
    width: 100%;
  }
  .mo-landing-page .mo-landing-page-content .bannered-panel .panel-content {
    padding: 50px;
  }
  .mo-landing-page .mo-landing-page-content .bannered-panel .panel-content a {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
  }
  .mo-landing-page .mo-landing-page-content .bannered-panel .panel-content a.btn-mo-primary {
    background: #135ca7;
    border: 1px solid #135ca7;
    color: white;
  }
  .mo-landing-page .mo-landing-page-content .bannered-panel .panel-content a.btn-mo-default {
    background: white;
    border: 1px solid #65707e;
    color: #135ca7;
  }
  .mo-landing-page .mo-landing-page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 0 30px 40px;
  }
  .mo-landing-page .mo-landing-page-footer img{
      height: 16px;
      margin-bottom: 10px;
  }
  .mo-landing-page .mo-landing-page-footer a{
    display: block;
    color: white;
    text-decoration: none;
}