.report-task-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.report-task-form label {
    display: block;
    margin-bottom: 5px;
}

.report-task-form input, 
.report-task-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.report-task-form button {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-bottom: 10px;
}
