@media (max-width: 767px) {
    html,
    body.auth-shell {
        min-height: 100%;
        overflow-x: hidden;
    }

    html body.auth-shell > main.auth-layout {
        display: block !important;
        min-height: 100svh !important;
        padding: 8px 12px 92px !important;
        overflow: visible !important;
    }

    body.auth-shell .auth-showcase {
        display: block !important;
        width: 100% !important;
        height: 68px !important;
        min-height: 68px !important;
        padding: 4px 8px !important;
        overflow: visible !important;
        border: 0 !important;
        background-image: none !important;
    }

    body.auth-shell .auth-showcase > .absolute,
    body.auth-shell .auth-showcase > .relative > div,
    body.auth-shell .auth-showcase > .relative > .mt-auto {
        display: none !important;
    }

    body.auth-shell .auth-showcase > .relative {
        display: flex !important;
        max-width: none !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.auth-shell .auth-showcase a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.auth-shell .auth-showcase a img {
        width: auto !important;
        max-width: 210px !important;
        height: 56px !important;
    }

    html body.auth-shell > main.auth-layout .auth-form-stage {
        display: block !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    body.auth-shell .auth-form-stage > .absolute {
        display: none !important;
    }

    html body.auth-shell > main.auth-layout .auth-card {
        width: 100% !important;
        max-width: none !important;
        padding: 18px !important;
        border-radius: 24px !important;
        box-shadow: 0 20px 55px rgba(0, 0, 0, .3) !important;
    }

    body.auth-shell .auth-card h1 {
        font-size: 32px !important;
        line-height: 1.08 !important;
    }

    body.auth-shell .auth-card form {
        margin-top: 20px !important;
    }

    body.auth-shell .auth-card form > section {
        padding: 14px !important;
        border-radius: 19px !important;
    }

    body.auth-shell .auth-input-wrap {
        min-height: 52px !important;
        padding-inline: 13px !important;
        border-radius: 13px !important;
    }

    body.auth-shell .auth-input {
        font-size: 15px !important;
    }

    body.auth-shell .auth-submit {
        height: 52px !important;
        min-height: 52px !important;
        padding-inline: 18px !important;
    }

    body.auth-shell .auth-card > p:last-child {
        margin-top: 16px !important;
    }
}
