body {
            font-family: Arial, sans-serif;
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f5f5f5;
        }
        
        .form-container {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        h1 {
            color: #333;
            text-align: center;
            margin-bottom: 30px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #555;
        }
        
        input[type="text"],
        input[type="email"],
        input[type="tel"],
        select,
        textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            box-sizing: border-box;
        }
        
        input:focus,
        select:focus,
        textarea:focus {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
        }
        
        select {
            background-color: white;
        }
        
        .submit-btn {
            background-color: #007bff;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            margin-top: 20px;
        }
        
        .submit-btn:hover {
            background-color: #0056b3;
        }
        
        .required {
            color: red;
        }

        .program-fee-display {
            display: block;
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            box-sizing: border-box;
            background-color: #f0f0f0;
            color: #333;
            cursor: not-allowed;
        }

/* CSS for the form headers */

header {
    display: block;
}

#header {
        margin: 0px auto;
}

#header-1 {
    background-color: #4d2a69;
    min-height: 35px;
}

@media print, screen and (min-width: 64.0625em) {
    .site-header__bottom {
        padding: 24px 8px 24px 9px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .site-header__logo--lg {
        margin: 0px auto;
        padding: 0px 7% 175.875px  0px 7%;
    }
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #551A8B;
}

img {
    vertical-align: bottom;
}

