body {
    background-color: #000000;
    padding-bottom: 100px !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.container {
    margin-top: 100px;
}

.card-header {
    background-color: #171717 !important;
}
.card-spacer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(0,0,0,.125);
}

.referral-code {
    /*padding-right: 90px;*/
}

.referral-success {
    margin-bottom: 50px;
}

.form-control {
    color: #6c757d;
    background-color: #171717 !important;
    border: 1px solid #171717 !important;
}

.nav-link {
    font-weight: bold;
}

.btn-danger {
    background-color: #E82127 !important;
}

/**
    LOGIN PAGE
 */


@media (min-width: 768px) {
    .card-add {
        max-width: 525px;
        position: absolute;
        left: 50%;
        top: 65%;
        transform: translate(-50%, -50%);
        margin-bottom: 1000px !important;
    }

    .container-add {
        margin-bottom: 1000px;
    }
}

.swal2-popup {
    background-color: #2b2b2b !important;
    color: white !important;
}

.swal2-title, .swal2-content {
    color: white !important;
}

.input-group-text {
    min-width: 100px;
    background-color: #E82127 !important;
    border: 1px solid #E82127;
    color: white !important;
    justify-content: center;
}

.delete-account {
    color: #ad0000;
}