.form-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.form-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e1b2e;
    border-bottom: 2px solid #7c3aed;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.form-label.required::after {
    content: ' *';
    color: #dc3545;
}

.account-request-success {
    text-align: center;
    padding: 60px 20px;
}

.success-icon {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #7c3aed;
    border-color: #7c3aed;
}

.btn-primary:hover {
    background-color: #6d28d9;
    border-color: #6d28d9;
}
