#erp-form-container {
    background: #f9f9f9;
    padding: 30px;
    max-width: 600px;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

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

#erp-form input,
#erp-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.erp-submit {
    background: #003399 !important;
    color: white;
    border: none;
    padding: 10px 15px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 4px;
}

.erp-submit:hover {
    background: #002e8a;
}

.erp-success {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.erp-error {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

#erp-export {
    padding: 10px !important;
    border: 1px solid #ccc !important;
    background: #003399;
    color: white;
    margin-bottom: 10px;
    cursor: pointer;
}
