
        .success-message { color: green; }
        .error-message { color: red; }
        .reset-form { max-width: 400px; margin: auto; padding: 20px; }
        .reset-form input { width: 100%; padding: 8px; margin-bottom: 15px; }
        .reset-form button { width: 100%; padding: 10px; background-color: green; color: white; border: none; }
        .reset-form button:hover { background-color: darkgreen; }
        .message-container { margin-top: 20px; }
   