.auth-wrapper {
    background-size: cover !important;
}

img.listing-img {
    width: 80px;
    border-radius: 50%;
}
h6.font-medium.mb-2.mt-2 {
    color: #fefed3;
}
.forgot {
    color: #fefed3;
}
h5.font-medium.mb-2.mt-2 {
    color: #fefed3;
}
.custom-text {
    color: #fefed3;
}
a#reset {
    color: #fefed3;
}
.card.setup-wizard {
    margin-top: 10%;
}
.font-medium {
    font-size: 14px;
    font-weight: 600;
}

i.mdi.mdi-checkbox-multiple-marked-circle-outline.mdi-60 {
    font-size: 60px;
    color: #008000;
}

.payment_success_title {
    color: #008000;
}

hr.divider {
    width: 75%;
    border-top: 1px dashed #d2d2d2;
}

i.mdi.mdi-alert-outline.mdi-60 {
    font-size: 60px;
    color: #ff0000;
}

.payment_failure_title {
    color: #ff0000;
}

select.btn.btn-outline-secondary {
    text-align: left;
}