/*
body {
    color: #FFD700;
    color: #B8971F;
}
*/
.table>:not(caption)>*>* {
    background-color: transparent !important;
}
input[type=checkbox] {
    width: 1em !important;
    height: 1em !important;
}
.btn-primary.active {
    color: #000 !important;
}
.card {
    background-color: rgba(18, 16, 13, 0.65);
    padding: 0 15px 0 30px;
}
body {
    background-color: #000;
}
main:not(.downloads-card) {
    background-image: none;
}
.downloads-card .card-header, .card-footer {
    background: none;
    border: 0;
}
#footer .footer-logo {
    padding-top: 0;
    padding-bottom: 0;
}
#footer {
    background-position: center;
    background-image: none;
    background-color: rgba(18, 16, 13, 0.65);
    padding: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.news-content {
    padding-top: 0rem;
}
.step .table ul {
    width: 49.2%;
    background-color: #000000;
    border-radius: 8px;
    text-align: left;
    padding: 55px;
    box-shadow: 0px 10px 10px rgb(215 176 58);
}
.card.auth-cards {
    background-color: rgba(18, 16, 13, 0.65) !important;
}
.auth-cards input {
    background: #000000 !important;
}
