body {
    background-color: var(--tbr-bg-auth);
    font-family: "Lexend", sans-serif;
    color: var(--tbr-bright-gray-500);
}

.card {
    border-radius: 12px !important;
}

.tbr_auth--left {
    filter: drop-shadow(0px 0px 50px #08002a1a);
}

.tbr_auth--left .tbr_child--left {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 100%;
    border-radius: 12px 0 0 12px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    background-color: var(--tbr-bg-secondary);
}

.tbr_child--left .tbr_trapezoid_blue {
    border-radius: 12px 0 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: 27px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    background: linear-gradient(224.83deg, #416fd1 0%, #0c255b 100%);
    padding-bottom: 60px;
    padding-top: 60px;
}

.tbr_trapezoid_blue .bg_auth--left {
    background-image: url("../svg/illustrations/login.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-grow: 1;
    width: 100%;
}

.tbr_trapezoid_blue .title_auth {
    font-family: "Changa", sans-serif;
    margin-right: 27px;
    margin-bottom: 36px;
    color: white;
    font-size: 2.6rem;
}

/* ===================================
 * Custom progress bar.
=================================== */
.progress-bar.weak {
    background-color: var(--tbr-danger);
    width: 33%;
}

.progress-bar.weak.medium {
    background-color: var(--tbr-warning);
    width: 66%;
}

.progress-bar.weak.medium.strong {
    background-color: var(--tbr-success);
    width: 100%;
}

@media (max-width: 992px) {
    body {
        background: linear-gradient(0deg, #3158ac, #3158ac),
            linear-gradient(224.83deg, #416fd1 0%, #0c255b 100%);
    }
    .card {
        border-radius: 20px 20px 0 0 !important;
        height: auto !important;
    }
    .card .logo > svg {
        width: 60px !important;
        height: 60px !important;
    }
}
