body {
    background: #3f090b;
}

#quick_links {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    gap: 10px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.quick-links {
    position: absolute;
    bottom: 30px;
    left: 10%;
    right: 10%;
    width: 80%;
    z-index: 100;
}

#quick_links .card {
    width: calc(100% / 7);
    opacity: 0.8;
}

#quick_links h6 {
    font-size: 12px;
    margin-bottom: 0;
}

#quick_links .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

#quick_links a {
    text-align: center;
}

.login-left-grid,
.login-right-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}

.social-buttons {
    margin-bottom: 8px;
}

.right-block {
    display: flex;
    flex-direction: column;
}

.right-block-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.authentication-wrapper .auth-cover-illustration {
    max-inline-size: 54rem;
}

.login-text {
    color: #fff;
    font-size: 26px;
    text-align: center;
    max-width: 80%;
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    z-index: 100;
}

@media (max-width: 920px) {
    .authentication-bg {
        width: 100% !important;
        padding: 25px !important;
        align-items: start !important;
        padding-top: 40% !important;
    }

    .right-block-footer {
        bottom: 90px;
    }

    .right-block-footer p {
        padding: 5px 25px;
        text-align: center;
    }
}