html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.form-floating {
    margin-bottom: 5px;
    margin-top: 5px;
}

.list-group-item {
    color: #000;
}

    .list-group-item.active {
        background-color: #808080 !important;
        border-color: #808080 !important;
    }

    .list-group-item.inactive {
        color: #c8c8c8 !important;
    }

        .list-group-item.inactive a i {
            color: #c8c8c8 !important;
        }