body {
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.ricorda-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    color: var(--color-label);
    width: 100%;
    margin-top: 2px;
}

.ricorda-label input[type="checkbox"] {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: var(--color-default-btn-bg);
    margin: 0;
}

.ricorda-label span {
    user-select: none;
}

.forgot-link {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
    color: var(--color-default-btn-bg);
    text-decoration: none;
}
