.custom-auth-wrapper {
    max-width: 480px;
    margin: 40px auto;
    font-family: inherit;
}

.linkedin-btn {
    display: block;
    width: 100%;
    background: #0077b5;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.linkedin-btn:hover {
    background: #005f8e;
}

.auth-divider {
    text-align: center;
    margin: 20px 0;
    color: #999;
    position: relative;
}

.auth-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
    z-index: 0;
}

.auth-divider span {
    background: #fff;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.custom-auth-wrapper form label {
    display: block;
    margin: 14px 0 4px;
    font-weight: 500;
}

.custom-auth-wrapper form label span {
    color: red;
}

.custom-auth-wrapper form input,
.custom-auth-wrapper form select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    box-sizing: border-box;
}

.custom-auth-wrapper form button[type="submit"] {
    width: 100%;
    margin-top: 20px;
    padding: 13px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.custom-auth-wrapper form button[type="submit"]:hover {
    background: #1d4ed8;
}

.auth-error {
    color: #dc2626;
    padding: 10px;
    background: #fef2f2;
    border-radius: 5px;
}

.auth-success {
    color: #16a34a;
    padding: 10px;
    background: #f0fdf4;
    border-radius: 5px;
}
.remember-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-weight: normal;
    cursor: pointer;
}

.remember-label input {
    width: auto;
}

.auth-switch {
    text-align: center;
    margin-top: 20px;
    color: #555;
}

.auth-switch a {
    color: #2563eb;
    text-decoration: underline;
}
.jcp-alt-signin-link {
    display: block;
    text-align: center;
    margin-top: 12px;
    color: #555;
    font-size: 14px;
    text-decoration: underline;
}

.jcp-linkedin-button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jcp-alt-signin-link {
    display: block;
    text-align: center;
    margin-top: 6px;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}
.jcp-user-greeting {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.3);
}