   .panel-default {
    background-color: #f8f9fa;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.panel-body {
    background-color: #ffffff; /* or any color you prefer */
    padding: 20px; /* Add padding for better spacing */
}

.form-control {
    border: 1px solid #ced4da; /* Add a border to form controls */
    border-radius: 4px; /* Optional: Rounded corners */
}

.btn-primary {
    background-color: #007bff; /* Primary button color */
    border-color: #007bff; /* Button border color */
    color: #ffffff; /* Button text color */
}

.btn-primary:hover {
    background-color: #0056b3; /* Adjust hover color as needed */
}

.panel-heading {
    background-color: #007bff;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
}

/* Add padding to form inputs */
.form-group {
    margin-bottom: 15px; 
    margin-right: 15px;
}

.form-control {
    padding: 10px; /* Add padding to form controls */
}

/* Add margin to the submit button */
.btn-primary {
    margin-top: 15px; /* Adjust as needed */
}

.btn-primary1 {
    margin-top: 15px; /* Adjust as needed */
}

/* Custom CSS for Bootstrap primary buttons */
.btn.btn-secondary {
    background-color: red; /* Change background color to red */
    border-color: red; /* Change border color to red */
    margin-top: 15px;
}

.btn.btn-secondary1 {
    background-color: green; /* Change background color to red */
    border-color: red; /* Change border color to red */
    margin-top: 15px;
}

.btn.btn-primary1 {
    background-color: blue; 
    color: white;
    border-color: blue;
}


/* Hover effect (optional) */
.btn.btn-secondary:hover {
    background-color: darkred; /* Change background color on hover */
    border-color: darkred; /* Change border color on hover */
}

 .btn.btn-primary1:hover::after {
        content: "University Programs"; /* Text to appear on hover */
        color: white;
        position: absolute;
        left: 80%; /* Adjust the position of the text horizontally */
        transform: translate(-50%, -50%); /* Center the text */
        background-color: rgba(0, 0, 0, 0.7); /* Background color for the text */
        padding: 5px 10px; /* Adjust padding as needed */
        border-radius: 5px; /* Add border radius for styling */
    }

    .btn.btn-secondary:hover::after {
        content: "Weighted Score Calculator"; /* Text to appear on hover */
        position: absolute;
        left: 80%; /* Adjust the position of the text horizontally */
        transform: translate(-50%, -50%); /* Center the text */
        background-color: rgba(0, 0, 0, 0.7); /* Background color for the text */
        padding: 5px 10px; /* Adjust padding as needed */
        border-radius: 5px; /* Add border radius for styling */
    }

.btn.btn-secondary1:hover::after {
        content: "Course Mapping Tool"; /* Text to appear on hover */
        position: absolute;
        color: white;
        left: 80%; /* Adjust the position of the text horizontally */
        transform: translate(-50%, -50%); /* Center the text */
        background-color: rgba(0, 0, 0, 0.7); /* Background color for the text */
        padding: 5px 10px; /* Adjust padding as needed */
        border-radius: 5px; /* Add border radius for styling */
    }

   /* Add this CSS to your stylesheet */
.captcha-code {
    font-size: 24px; /* Adjust the font size as needed */
    font-weight: bold; /* Make the text bold */
    font-family: "Courier New", Courier, monospace;
}

/* Define colors for each character */
.captcha-code span:nth-child(1) {
    color: #FF5733; /* Change color for the first character */
}

.captcha-code span:nth-child(2) {
    color: #33FF57; /* Change color for the second character */
}

.captcha-code span:nth-child(3) {
    color: #5733FF; /* Change color for the third character */
}

.captcha-code span:nth-child(4) {
    color: #33C1FF; /* Change color for the fourth character */
}

.captcha-code span:nth-child(5) {
    color: #FF3333; /* Change color for the fifth character */
}

body {
     font-family: 'Courier New', monospace;
}

