.logo {
    height: 2.5rem;
  }
  
  .text-md {
    font-size: 0.9rem;
  }
  .text-sm {
    font-size: 0.7rem;
  }
  
  .text-muted {
    color: rgb(72, 72, 72) !important;
  }
  
  .bg-light-gradient {
    background: #8e9eab;
    background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
    background: linear-gradient(to right, #eef2f3, #8e9eab);
  }
  
  .background {
    min-height: 100vh;
  }