Submission Successful!
Thank you for registering your company with AGOOD Clinic. Your application has been received and is now in our queue for verification.
Step 1
Review Process: Our administration team will verify your corporate credentials and the signed medical service agreement.
Step 2
Activation: Once approved, you will receive an activation email at your registered HR email address with instructions to access your dashboard.
your company
{{reg_no}}{{timestamp}}
.agc-success-wrapper {
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
background: #f8fafc;
font-family: 'Inter', system-ui, sans-serif;
}
.agc-success-card {
background: #ffffff;
max-width: 700px;
width: 100%;
padding: 60px;
border-radius: 24px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
border: 1px solid #e2e8f0;
text-align: center;
}
.agc-success-icon {
margin-bottom: 30px;
}
.agc-success-title {
font-size: 2rem;
font-weight: 800;
color: #16756f; /* Using your specific dark teal */
margin-bottom: 15px;
}
.agc-success-lead {
font-size: 1.1rem;
color: #475569;
line-height: 1.6;
margin-bottom: 40px;
}
/* Process Steps */
.agc-process-box {
text-align: left;
background: #fffbeb;
border-left: 4px solid #f59e0b;
padding: 25px;
border-radius: 12px;
margin-bottom: 35px;
}
.process-item {
margin-bottom: 15px;
display: flex;
gap: 15px;
align-items: flex-start;
}
.process-item:last-child { margin-bottom: 0; }
.process-badge {
background: #fef3c7;
color: #b45309;
font-size: 0.7rem;
font-weight: 800;
padding: 4px 10px;
border-radius: 50px;
text-transform: uppercase;
white-space: nowrap;
}
.process-item p {
margin: 0;
font-size: 0.9rem;
color: #92400e;
line-height: 1.5;
}
/* Reference Data */
.agc-reference-summary {
background: #f1f5f9;
padding: 25px;
border-radius: 16px;
margin-bottom: 40px;
}
.ref-row {
display: flex;
justify-content: space-between;
padding: 8px 0;
border-bottom: 1px solid #e2e8f0;
}
.ref-row:last-child { border: none; }
.ref-label {
font-size: 0.8rem;
font-weight: 700;
color: #94a3b8;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.ref-value {
font-size: 0.95rem;
font-weight: 600;
color: #1e293b;
}
.ref-value code {
background: #fff;
padding: 2px 6px;
border-radius: 4px;
font-family: monospace;
}
/* Support Footer */
.agc-support-footer {
border-top: 1px solid #f1f5f9;
padding-top: 30px;
margin-bottom: 30px;
}
.agc-support-footer p {
font-size: 0.9rem;
font-weight: 700;
color: #64748b;
margin-bottom: 15px;
}
.support-links {
display: flex;
justify-content: center;
gap: 25px;
}
.support-links a {
color: #16756f;
text-decoration: none;
font-weight: 700;
font-size: 0.95rem;
display: flex;
align-items: center;
gap: 8px;
}
.support-links a:hover { opacity: 0.8; }
/* Actions */
.agc-home-link {
display: inline-block;
color: #94a3b8;
text-decoration: none;
font-size: 0.85rem;
font-weight: 600;
transition: color 0.2s;
}
.agc-home-link:hover { color: #16756f; }