
html {
    font-size: 14px;
  }
  
  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }
  
  html {
    position: relative;
    min-height: 100%;
  }
  
  body {
    margin-bottom: 60px;
    --bs-body-bg: #000076;
    --bs-body-color: #fff;
  }
  
  
  .il-logo {
      max-height: 3.125rem;
  }
  
  .text-danger {
      background-color: #dc3545;
      color: #fff !important;
  }
