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

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

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

.shift-login-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
}

.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: #eff6ff;
    border-color: #bfdbfe;
}

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

.login-button {
    width: 100%;
}

@media (min-width: 768px) {
    .shift-login-shell {
        gap: 1.25rem;
    }

    .shift-login-card {
        padding: 1.25rem;
    }
}

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

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