.founder {
    color: #fff !important;
    background-color: #e1c773 !important;
    border-color: #d4af37;
}
@media (max-width: 991.98px) {
    .form-control {
        font-size: 16px;
    }
}
.details div:first-child {
    color: #697386;
}
.details div {
    color: #3c4257;
}
.details {
    margin-bottom: 0.5rem;
}
.no-shadow {
    box-shadow: none !important;
}
.card > .table td, .card > .table th {
    padding-left: 1.5rem;
}
.ElementsApp input, .InputElement {
    font-size: 16px;
}
.card-buttons {
    margin: -10px;
}

.authentication-bg {
    background-image: none !important;
}
a, .btn-link {
    color: #39afd1;
}
a:hover, .btn-link:hover {
    color: #2b99b9;
}
.badge-primary, .page-item.active .page-link {
    background-color: #39afd1;
}
.page-item.active .page-link {
    border-color: #39afd1;
}
.table-sm th, .table-sm td {
    padding-left: 1.5rem;
}