.career-form-container-03a9fa25 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.career-form-03a9fa25 .form-group {
    margin-bottom: 20px;
}

.career-form-03a9fa25 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #444;
}

.career-form-03a9fa25 input,
.career-form-03a9fa25 select,
.career-form-03a9fa25 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    background: #fdfdfd;
    transition: border-color 0.3s ease;
}

.career-form-03a9fa25 input:focus,
.career-form-03a9fa25 select:focus,
.career-form-03a9fa25 textarea:focus {
    border-color: #0073e6;
    outline: none;
}

.career-form-03a9fa25 button.submit-btn {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.career-form-03a9fa25 button.submit-btn:hover {
    background-color: #005bb5;
}

.career-form-03a9fa25 button.submit-btn:disabled {
    background-color: #a0c4e8;
    cursor: not-allowed;
}

.career-form-03a9fa25 .form-response {
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
}

.career-form-03a9fa25 .form-response.success {
    color: #28a745;
}

.career-form-03a9fa25 .form-response.error {
    color: #dc3545;
}