Member Registration

Join your local church community in the BibleSoul network

1.24MMembers
182Countries
Freeto Join
Natural Flow

Banner first, navigation next, content after that.

Each page now follows the same easy reading path so visitors can move through church tools without confusion.

Clean Layout

Better spacing, softer cards and balanced visual rhythm.

The original content stays unchanged, while the presentation feels lighter, clearer and more professional across desktop and mobile.

Connected Network

All Church Network pages stay one tap away.

Registration, discovery, events, pastors and fellowship are now grouped in a single visual system for faster access.

1
Personal
2
Church
3
Profile
4
Review
Personal Information
Church Attachment
Your Role in Church *
🙏
Member
📖
Deacon
🎵
Choir
👶
Children
🔥
Youth
📢
Evangelist
👩‍🏫
Teacher
⚙️
Admin
Profile Setup

Upload a profile photo (optional). JPG or PNG, max 2MB.

Your Member ID Preview
BSM-2026-1482
Review & Submit
Full NameJohn David Smith
Emailjohn@example.com
ChurchGrace Community Church
RoleMember
CountryUnited States
Member IDBSM-2026-1482

By submitting you agree to BibleSoul's Terms of Service

Registration Tips

Use your full legal name as it appears on official documents
Make sure your church name and city are correct for proper matching
Your personal data is protected and never shared without consent
Check your spam folder for the confirmation email

Community Stats

Total Members1.24M
Active Countries182
Fellowship Groups2,840
New This Week+8,400
/* Full-Width Hero Banner */ .mr-banner { position:relative; width:100%; overflow:hidden; padding:72px 0 84px; text-align:center; color:#fff; background:linear-gradient(135deg,#001028 0%,#002455 40%,#003d8f 70%,#001028 100%); background-size:250% 250%; animation:mrBnrAnim 8s ease infinite; } @keyframes mrBnrAnim { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } .mr-banner::before { content:''; position:absolute; inset:0; background-image:radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1px); background-size:28px 28px; animation:mrDotMove 22s linear infinite; pointer-events:none; } @keyframes mrDotMove { 0%{background-position:0 0} 100%{background-position:56px 56px} } .mr-banner::after { content:''; position:absolute; bottom:0; left:-60%; width:60%; height:3px; background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent); animation:mrSweep 3.5s ease-in-out infinite; pointer-events:none; } @keyframes mrSweep { 0%{left:-60%} 100%{left:130%} } .mr-bnr-orb { position:absolute; border-radius:50%; pointer-events:none; animation:mrFloat 7s ease-in-out infinite; } .mr-bnr-orb-1 { width:300px; height:300px; top:-80px; left:-80px; background:rgba(255,255,255,.06); animation-delay:0s; } .mr-bnr-orb-2 { width:200px; height:200px; bottom:-50px; right:-50px; background:rgba(255,255,255,.04); animation-delay:3.5s; } @keyframes mrFloat { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-20px) scale(1.07)} } .mr-hero-inner { position:relative; z-index:1; animation:mrFadeIn .7s cubic-bezier(.22,1,.36,1) both; max-width:900px; margin:0 auto; padding:0 20px; } @keyframes mrFadeIn { from{opacity:0;transform:translateY(26px)} to{opacity:1;transform:none} } .mr-bnr-icon { width:70px; height:70px; border-radius:20px; font-size:30px; color:#fff; background:rgba(255,255,255,.12); border:1.5px solid rgba(255,255,255,.2); backdrop-filter:blur(8px); margin:0 auto 22px; display:flex; align-items:center; justify-content:center; } .mr-hero-wave { position:absolute; bottom:-1px; left:0; width:100%; line-height:0; pointer-events:none; } .mr-banner-stats { display:flex; gap:24px; justify-content:center; margin-top:20px; flex-wrap:wrap; } .mr-bstat { text-align:center; padding:12px 20px; border-radius:12px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.15); } .mr-bstat .val { display:block; font-size:1.4rem; font-weight:800; } .mr-bstat .lbl { display:block; font-size:11px; opacity:.7; white-space:nowrap; text-transform:uppercase; letter-spacing:.5px; } .mr-body{ max-width:1200px; margin:18px auto 0; padding:0; display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:22px; align-items:start; } /* Steps */ .mr-steps{ display:flex; align-items:center; margin-bottom:18px; overflow-x:auto; padding:14px 16px 8px; border-radius:20px; background:rgba(255,255,255,.88); border:1px solid var(--mr-border); box-shadow:0 12px 28px rgba(15,23,42,.05); } .mr-step{display:flex;align-items:center;gap:7px;flex-shrink:0;} .mr-step-num{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;border:2px solid #e2e8f0;background:#fff;color:#94a3b8;transition:all .3s;box-shadow:0 6px 14px rgba(15,23,42,.04);} .mr-step-num.active{background:var(--c1);color:#fff;border-color:var(--c1);} .mr-step-num.done{background:#10b981;color:#fff;border-color:#10b981;} .mr-step-label{font-size:11px;color:#64748b;font-weight:600;white-space:nowrap;} .mr-step-label.active{color:var(--c1);font-weight:600;} .mr-step-line{flex:1;height:2px;background:#e2e8f0;margin:0 6px;min-width:20px;} .mr-step-line.done{background:#10b981;} .mr-card{ background:rgba(255,255,255,.96); border-radius:22px; border:1px solid var(--mr-border); padding:24px; box-shadow:0 16px 34px rgba(15,23,42,.05); } .mr-card-title{font-size:1.02rem;font-weight:700;color:#1e293b;margin-bottom:18px;display:flex;align-items:center;gap:10px;} .mr-card-title i{color:var(--c1);} .mr-panel{display:none;} .mr-panel.active{display:block;} .mr-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;} .mr-row.full{grid-template-columns:1fr;} .mr-row.tri{grid-template-columns:1fr 1fr 1fr;} .mr-field{display:flex;flex-direction:column;gap:5px;} .mr-field label{font-size:12px;font-weight:600;color:#475569;} .mr-field input,.mr-field select,.mr-field textarea{ min-height:44px; padding:10px 12px; border:1.5px solid #e2e8f0; border-radius:12px; font-family:'Poppins',sans-serif; font-size:13px; color:#1e293b; outline:none; background:#fff; transition:border-color .2s, box-shadow .2s, background .2s; } .mr-field input:focus,.mr-field select:focus,.mr-field textarea:focus{ border-color:var(--c1); box-shadow:0 0 0 4px rgba(37,99,235,.08); } .mr-field textarea{resize:vertical;min-height:90px;} /* Role cards */ .mr-roles{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px;} .mr-role-card{border:2px solid #e2e8f0;border-radius:14px;padding:12px 8px;text-align:center;cursor:pointer;transition:all .2s;background:#fff;} .mr-role-card:hover{border-color:var(--c1);background:var(--cl);} .mr-role-card.sel{border-color:var(--c1);background:var(--cl);} .mr-role-card .icon{font-size:18px;margin-bottom:4px;} .mr-role-card .name{font-size:10px;font-weight:600;color:#334155;} /* Photo upload */ .mr-photo-upload{display:flex;gap:16px;align-items:flex-start;margin-bottom:14px;padding:14px;border-radius:16px;background:#f8fbff;border:1px solid #dbeafe;} .mr-photo-circle{width:84px;height:84px;border-radius:50%;background:#f1f5f9;border:2px dashed #c7d2fe;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;cursor:pointer;} .mr-photo-circle img{width:100%;height:100%;object-fit:cover;display:none;} .mr-photo-circle i{color:#93c5fd;font-size:24px;} .mr-photo-info{flex:1;} .mr-photo-info p{font-size:12px;color:#64748b;margin-bottom:8px;line-height:1.5;} .mr-photo-btn{padding:8px 14px;background:var(--cl);border:1.5px solid #93c5fd;border-radius:10px;font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;color:var(--c1);cursor:pointer;} /* Member ID preview */ .mr-id-preview{background:linear-gradient(135deg,var(--c2),var(--c1));color:#fff;border-radius:16px;padding:15px 18px;display:flex;align-items:center;gap:12px;margin-bottom:14px;box-shadow:0 16px 28px rgba(37,99,235,.16);} .mr-id-preview i{font-size:22px;opacity:.8;} .mr-id-val{font-size:1.1rem;font-weight:700;letter-spacing:1px;} .mr-id-lbl{font-size:11px;opacity:.75;} /* Review step */ .mr-review-list{display:flex;flex-direction:column;gap:8px;} .mr-review-item{display:flex;justify-content:space-between;padding:10px 12px;background:#f8fafc;border-radius:12px;font-size:13px;border:1px solid #eef2f7;} .mr-review-item .k{color:#64748b;font-weight:500;} .mr-review-item .v{color:#1e293b;font-weight:600;text-align:right;} .mr-nav{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;border-top:1px solid #f1f5f9;} .mr-btn{min-height:42px;padding:10px 22px;border-radius:12px;font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s;} .mr-btn-primary{background:var(--c1);color:#fff;border:none;} .mr-btn-primary:hover{background:var(--c2);transform:translateY(-1px);} .mr-btn-outline{background:#fff;color:var(--c1);border:1.5px solid var(--c1);} .mr-btn-outline:hover{background:var(--cl);transform:translateY(-1px);} /* Success */ .mr-success{text-align:center;padding:32px 16px;} .mr-success-icon{width:72px;height:72px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:30px;box-shadow:0 10px 24px rgba(37,99,235,.12);} .mr-success h2{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:8px;} .mr-member-id{display:inline-block;background:var(--cl);color:var(--c1);font-size:1rem;font-weight:700;padding:8px 20px;border-radius:8px;margin:10px 0;letter-spacing:1px;} /* Sidebar */ .mr-sidebar{display:flex;flex-direction:column;gap:16px;} .mr-side-card{background:rgba(255,255,255,.96);border-radius:20px;border:1px solid var(--mr-border);padding:18px;box-shadow:0 14px 30px rgba(15,23,42,.05);} .mr-side-card h3{font-size:13px;font-weight:700;color:#1e293b;margin-bottom:12px;display:flex;align-items:center;gap:7px;} .mr-side-card h3 i{color:var(--c1);font-size:13px;} .mr-tip-item{display:flex;gap:9px;align-items:flex-start;padding:7px 0;border-bottom:1px solid #f8fafc;} .mr-tip-item:last-child{border-bottom:none;} .mr-tip-icon{width:28px;height:28px;border-radius:9px;background:var(--cl);display:flex;align-items:center;justify-content:center;flex-shrink:0;} .mr-tip-icon i{color:var(--c1);font-size:11px;} .mr-tip-text{font-size:12px;color:#475569;line-height:1.4;} .mr-stat-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f8fafc;font-size:12px;} .mr-stat-row:last-child{border-bottom:none;} .mr-stat-row .k{color:#64748b;} .mr-stat-row .v{font-weight:700;color:var(--c1);} .mr-ql-link{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #f8fafc;text-decoration:none;font-size:12px;color:#334155;transition:color .2s;} .mr-ql-link:last-child{border-bottom:none;} .mr-ql-link:hover{color:var(--c1);} .mr-ql-link i{color:var(--c1);font-size:11px;width:14px;} .be-toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;} .be-toast{background:#1e293b;color:#fff;border-radius:10px;padding:11px 16px;font-size:13px;display:flex;align-items:center;gap:9px;box-shadow:0 4px 16px rgba(0,0,0,.2);animation:tIn .3s ease;} .be-toast.success{border-left:4px solid #10b981;} .be-toast.info{border-left:4px solid var(--c1);} @keyframes tIn{from{transform:translateX(80px);opacity:0}to{transform:translateX(0);opacity:1}} @media(max-width:980px){ .mr-banner-inner{grid-template-columns:64px minmax(0,1fr);} .mr-banner-stats{grid-column:1/-1;padding-left:0;} .mr-body{grid-template-columns:1fr;} .mr-sidebar{display:grid;grid-template-columns:repeat(2,1fr);} } @media(max-width:768px){ .mr-page{padding-left:16px;padding-right:16px;} .mr-banner-inner{gap:14px;padding:18px;} .mr-banner-text h1{font-size:1.35rem;} .mr-banner-stats{grid-template-columns:repeat(3,minmax(0,1fr));} .mr-roles{grid-template-columns:repeat(3,1fr);} .mr-row.tri{grid-template-columns:1fr 1fr;} } @media(max-width:640px){ .mr-row{grid-template-columns:1fr;} .mr-roles{grid-template-columns:repeat(2,1fr);} .mr-sidebar{grid-template-columns:1fr;} .mr-banner-stats{grid-template-columns:1fr;} .mr-photo-upload{flex-direction:column;align-items:center;text-align:center;} } @media(max-width:480px){ .mr-page{padding-top:14px;padding-bottom:28px;} .mr-banner-inner{grid-template-columns:1fr;padding:16px;} .mr-banner-icon{width:52px;height:52px;border-radius:16px;} .mr-banner-text h1{font-size:1.18rem;} .mr-banner-text p{font-size:12px;} .mr-card,.mr-side-card{padding:16px;} .mr-steps{padding:12px 12px 8px;} }

Member Registration

Join your local church community in the BibleSoul network

1.24MMembers
182Countries
Freeto Join
Natural Flow

Banner first, navigation next, content after that.

Each page now follows the same easy reading path so visitors can move through church tools without confusion.

Clean Layout

Better spacing, softer cards and balanced visual rhythm.

The original content stays unchanged, while the presentation feels lighter, clearer and more professional across desktop and mobile.

Connected Network

All Church Network pages stay one tap away.

Registration, discovery, events, pastors and fellowship are now grouped in a single visual system for faster access.

1
Personal
2
Church
3
Profile
4
Review
Personal Information
Church Attachment
Your Role in Church *
🙏
Member
📖
Deacon
🎵
Choir
👶
Children
🔥
Youth
📢
Evangelist
👩‍🏫
Teacher
⚙️
Admin
Profile Setup

Upload a profile photo (optional). JPG or PNG, max 2MB.

Your Member ID Preview
BSM-2026-1482
Review & Submit
Full NameJohn David Smith
Emailjohn@example.com
ChurchGrace Community Church
RoleMember
CountryUnited States
Member IDBSM-2026-1482

By submitting you agree to BibleSoul's Terms of Service

Registration Tips

Use your full legal name as it appears on official documents
Make sure your church name and city are correct for proper matching
Your personal data is protected and never shared without consent
Check your spam folder for the confirmation email

Community Stats

Total Members1.24M
Active Countries182
Fellowship Groups2,840
New This Week+8,400