.auth-card.auth-card__horizontal .auth-card__left {
    padding: 0;
    display: none;
}

.tp-header-top-border {
    border-bottom: 1px solid rgba(1, 15, 28, .1);
    display: none;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-height {
        height: auto !important;
        display: none;
    }
  
  .tp-footer-area {
    background-color: var(--footer-background-color);
    display: none;
}
  
  .btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color
#6c757d
: #6c757d;
    --bs-gradient: none;
    display: none;
}