.cd-auth-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: var(--cd-bg);
    padding: 20px;
}

.cd-auth-box {
    width: 100%;
    max-width: 420px;
    background: var(--cd-white);
    border-radius: var(--cd-radius-lg);
    box-shadow: var(--cd-shadow-md);
    padding: 44px 36px;
}

.cd-auth-logo {
    text-align: center;
    margin-bottom: 36px;
}

.cd-auth-logo h1 {
    font-size: 26px;
    font-weight: 800;
    color: var(--cd-text);
}

.cd-auth-logo p {
    font-size: 13px;
    color: var(--cd-text-muted);
    margin-top: 6px;
}

.cd-auth-box .cd-form-group:last-of-type {
    margin-bottom: 24px;
}

.cd-auth-footer {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: var(--cd-text-light);
}

.cd-auth-footer a {
    color: var(--cd-primary-dark);
    font-weight: 600;
}
