body {
            background-color: #f8f9fa;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .institutional-header {
            background-color: #ffff;
            color: #000;
            padding: 1.5rem 0;
            margin-bottom: 2rem;
            border-bottom: 3px solid #ae8421;
        }
        .logo-container {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
        }
        .card {
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border: none;
        }
        .card-header {
            background-color: #611232;
            color: white;
            border-radius: 10px 10px 0 0 !important;
            padding: 1.2rem;
            font-weight: 600;
        }
        .btn-primary {
            background-color: #861a46;
            border-color: #861a46;
            padding: 0.5rem 2rem;
            font-weight: 500;
        }
        .btn-primary:hover {
            background-color: #004494;
            border-color: #004494;
        }
        .form-control {
            padding: 0.75rem 1rem;
            border-radius: 5px;
        }
        .step-indicator {
            text-align: center;
            margin-bottom: 2rem;
        }
        .step {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            background-color: #dee2e6;
            color: #495057;
            font-weight: bold;
            margin: 0 10px;
        }
        .step.active {
            background-color: #861a46;
            color: white;
        }
        .footer {
            background-color: #611232;
            color: white;
            padding: 1.5rem 0;
            margin-top: 3rem;
            font-size: 0.9rem;
        }
        .section-title {
            color: #611232;
            border-bottom: 2px solid #861a46;
            padding-bottom: 0.5rem;
            margin-bottom: 1.5rem;
            font-weight: 600;
        }