/* Login Page Specific Styling - Unique Selectors to avoid Clashes */
.wrapper-page {
    margin-bottom: 60px !important;
}

.shilpi-login-bot-wrap {
    background-color: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    padding: 0 30px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05) !important;
}

.sh-login-main-row {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 100% !important;
}

.sh-login-brand-logo,
.sh-login-dev-credit,
.sh-login-ver-info {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.sh-login-brand-logo {
    justify-content: flex-start !important;
}

.sh-login-brand-logo img {
    height: 24px !important;
    width: auto !important;
    display: block !important;
    opacity: 0.95;
}

.sh-login-dev-credit {
    justify-content: center !important;
    text-align: center !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    letter-spacing: 0.1px;
}

.sh-login-ver-info {
    justify-content: flex-end !important;
    text-align: right !important;
}

#sh_login_ver_info {
    font-size: 11.5px !important;
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

.shilpi-login-bot-wrap a#sh_login_link {
    color: #0056b3 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-left: 5px;
    transition: all 0.2s ease;
}

.shilpi-login-bot-wrap a#sh_login_link:hover {
    color: #003d80 !important;
    text-decoration: underline !important;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .shilpi-login-bot-wrap {
        padding: 0 15px !important;
    }

    .sh-login-brand-logo {
        display: none !important;
    }

    .sh-login-dev-credit {
        font-size: 11px !important;
    }
}