.login-bg {
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  p.nav-heading {
    font-size: 0.725rem !important;
  }

  .oneplan-blue {
    background-color: #18477e;
    color: white;
  }

  .oneplan-blue-outline {
    border-color: #18477e;
    color: #18477e;
  }

  .oneplan-blue-outline:hover {
    color: #18477e;
    background-color: #a5b1bf40;
    border-color: #18477e;
}

.oneplan-blue:hover {
    background-color: #245b99;
    color: white;
  }

td {
    min-width: 100px;
}
