/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

form {
    max-width: 1300px;
    margin: 30px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #4B0082;
}

h4 {
    margin-top: 20px;
    color: #4B0082;
    font-weight: bold;
    border-bottom: 2px solid #4B0082;
    padding-bottom: 5px;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

input, select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-group div {
    width: 48%;
}

button {
    background-color: #4B0082;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    transition: 0.3s;
}

button:hover {
    background-color: #6A0DAD;
}

.required {
    color: orange;
}

.job-title {
    color: black;
    font-weight: bold;
} */
