.rz-my-10,
.rz-mt-10 {
    margin-top: 0 !important;
}

.shift-login-page {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 0.25rem;
}

.shift-login-shell {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.shift-login-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.shift-login-card-header {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.shift-login-card-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 1.05rem;
}

.shift-login-card-sub {
    color: #64748b;
    font-size: 0.9rem;
}

.shift-login-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.shift-login-empty {
    background: #f8fafc;
    border-style: dashed;
}

.shift-login-action {
    background: #f0f9ff;
    border-color: #bae6fd;
}

.shift-login-hint {
    color: #475569;
    font-size: 0.85rem;
}

.login-button {
    width: 100%;
}

@media (min-width: 768px) {
    .shift-login-page {
        padding: 1.5rem 0;
    }

    .shift-login-shell {
        gap: 1.25rem;
    }
}

@media (min-width: 1100px) {
    .shift-login-shell {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .shift-login-card {
        flex: 1 1 480px;
    }
}
